Results 1 to 3 of 3

Tweetboard intergration and validation

This is a discussion on Tweetboard intergration and validation within the Bug Reporting forums, part of the vBSEO SEO Plugin category; In functions_vbseo.php, this line: PHP Code: vbseo_insert_code ( ' <script type="text/javascript" src="http://tweetboard.com/tb. js ?v=1.0&user=' . VBSEO_TWEETBOARD_USER . '"></script>' ,  'body_end' ); }  ...

  1. #1
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    788
    Liked
    5 times

    Tweetboard intergration and validation

    In functions_vbseo.php, this line:
    PHP Code:
    vbseo_insert_code('
    <script type="text/javascript" src="http://tweetboard.com/tb.js?v=1.0&user='
    .VBSEO_TWEETBOARD_USER.'"></script>''body_end');

    Should be:
    PHP Code:
    vbseo_insert_code('
    <script type="text/javascript" src="http://tweetboard.com/tb.js?v=1.0&amp;user='
    .VBSEO_TWEETBOARD_USER.'"></script>''body_end');

    2011 Average: 1 post every 5 seconds... 24/7

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Thank you for reporting. IIRC we have already applied this fix and will be released in our next build.
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    This could even be changed to the new script tag now

    PHP Code:
    vbseo_insert_code('
    <script type="text/javascript" src="http://tweetboard.com/'
    .VBSEO_TWEETBOARD_USER.'/tb.js"></script>''body_end');

    Last edited by Ceri May; 10-11-2009 at 10:49 AM. Reason: Removing moderation.

Similar Threads

  1. vB Accelerator Intergration
    By mindhunter77 in forum General Discussion
    Replies: 0
    Last Post: 05-21-2009, 02:26 AM
  2. vbAdvanced Intergration
    By Itworx4me in forum vBSEO.com Styles
    Replies: 7
    Last Post: 09-13-2007, 01:19 PM
  3. Forum intergration tip (HOT!)
    By MentaL in forum Ad Networks
    Replies: 16
    Last Post: 01-09-2007, 09:37 PM
  4. Better intergration with your Sig plugin
    By Olney in forum vBSEO Features Archive
    Replies: 6
    Last Post: 06-08-2006, 08:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •