Results 1 to 14 of 14

Bookmarks

This is a discussion on Bookmarks within the General Discussion forums, part of the vBulletin SEO Discussion category; Hello!, Just two questions: 1. How set up feeds to pull on facebook?. 2. How can I do to put ...

  1. #1
    Member MaRµ's Avatar
    Real Name
    Miss Mariel xD
    Join Date
    Aug 2008
    Posts
    66
    Liked
    0 times

    Bookmarks

    Hello!, Just two questions:

    1. How set up feeds to pull on facebook?.
    2. How can I do to put bookmark under each post on threads?... Is Advisable??.
    The world is ours... ° ÂLtø FøRø °

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    1. You can have feeds from your AdminCP for RSS, not sure about facebook specifically.
    2. In your vbseocp.php find: Social Bookmarking and you need to set the first option to either of the second or third option in the drop down.
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Member MaRµ's Avatar
    Real Name
    Miss Mariel xD
    Join Date
    Aug 2008
    Posts
    66
    Liked
    0 times
    I did it thanks!! I just want to add facebook bookmark on vbseo CP but I dont know what put on the field "custom bookmark"

    Always talking VBSEO not vbulletin CP
    The world is ours... ° ÂLtø FøRø °

  4. #4
    Senior Member
    Real Name
    Stavros
    Join Date
    Sep 2007
    Posts
    148
    Liked
    0 times
    Try this...

    Code:
    http://www.facebook.com/share.php?u=%url%,images/vbseo/facebook.gif,Share on Facebook

  5. #5
    Member MaRµ's Avatar
    Real Name
    Miss Mariel xD
    Join Date
    Aug 2008
    Posts
    66
    Liked
    0 times
    Thanks! but donsn´t show!

    //http://www.facebook.com/share.php?u=%url%,images/misc/bookmarksite_facebook.gif,Compartí este mensaje en Facebook!

    // Un-comment the patterns below (remove '//' at the beginning) to enable desired Bookmarking Services or add your own!

    //http://www.spurl.net/spurl.php?title=%title%&url=%url%,images/vbseo/spurl.gif,Spurl este Post!,Spurl este Post!

    //http://reddit.com/submit?url=%url%&title=%title%,images/vbseo/reddit.gif,Reddit!,Reddit!

    //http://www.mister-wong.de/index.php?action=addurl&bm_url=%url%&bm_descriptio n=%title%,images/vbseo/mister-wong.gif,Wong este post,Wong este Post!
    look: Llegueeeeeeeee me extrañaron mucho????
    The world is ours... ° ÂLtø FøRø °

  6. #6
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    You need to uncomment that line. Remove the // in front.
    The Forum Hosting - Forum Hosting from the Forum Experts

  7. #7
    Member MaRµ's Avatar
    Real Name
    Miss Mariel xD
    Join Date
    Aug 2008
    Posts
    66
    Liked
    0 times
    Thanks Micharl Now working good.

    How can I change the order of icons and how can I do to put the icons on same level?...

    Attached Thumbnails Attached Thumbnails 1.jpg  
    The world is ours... ° ÂLtø FøRø °

  8. #8
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    That would require a code modification and I am no help there. I will flag this for one of the devs.
    The Forum Hosting - Forum Hosting from the Forum Experts

  9. #9
    Member MaRµ's Avatar
    Real Name
    Miss Mariel xD
    Join Date
    Aug 2008
    Posts
    66
    Liked
    0 times
    Thank you again Michael, I´ll be wainting... you´re so gentile =D
    The world is ours... ° ÂLtø FøRø °

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    you can find the main icons in functions_vbseo_seo.php file:
    PHP Code:
            if (VBSEO_BOOKMARK_FURL && !strstr($bmarkurlist'furl.net'))
                
    array_unshift($vbseo_bmlist, array('http://www.furl.net/storeIt.jsp?u=%url%&t=%title%''images/vbseo/furl.gif'$vbphrase['vbseo_add_to_furl'], $vbphrase['vbseo_add_to_furl_post'], $vbphrase['vbseo_add_to_furl_blog']));
            if (
    VBSEO_BOOKMARK_TECHNORATI && !strstr($bmarkurlist'technorati.com'))
                
    array_unshift($vbseo_bmlist, array('http://technorati.com/faves/?add=%url%''images/vbseo/technorati.gif'$vbphrase['vbseo_add_to_technorati'], $vbphrase['vbseo_add_to_technorati_post'], $vbphrase['vbseo_add_to_technorati_blog']));
    ... 
    etc 
    you can reorder them if you want.

    You can also add new bookmarking icons in vBSEO CP -> Social bookmarking.

  11. #11
    Member MaRµ's Avatar
    Real Name
    Miss Mariel xD
    Join Date
    Aug 2008
    Posts
    66
    Liked
    0 times
    Thanks Oleg! Always answering me!.. the last... How to fit the icons on same line like the pic attached?
    The world is ours... ° ÂLtø FøRø °

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    They should be on the same line by default (like here on vbseo.com).

  13. #13
    Member MaRµ's Avatar
    Real Name
    Miss Mariel xD
    Join Date
    Aug 2008
    Posts
    66
    Liked
    0 times
    Well, I add this code:

    PHP Code:
    if (VBSEO_BOOKMARK_FACEBOOK && !strstr($bmarkurlist'facebook.com'))
    array_unshift($vbseo_bmlist, array('http://www.facebook.com/share.php?u=%url%''images/misc/bookmarksite_facebook.gif'$vbphrase['vbseo_add_to_furl'], $vbphrase['vbseo_add_to_furl_post'], $vbphrase['vbseo_add_to_furl_blog']));
    if (
    VBSEO_BOOKMARK_FURL && !strstr($bmarkurlist'furl.net'))
    array_unshift($vbseo_bmlist, array('http://www.furl.net/storeIt.jsp?u=%url%&t=%title%''images/vbseo/furl.gif'$vbphrase['vbseo_add_to_furl'], $vbphrase['vbseo_add_to_furl_post'], $vbphrase['vbseo_add_to_furl_blog']));
    if (
    VBSEO_BOOKMARK_TECHNORATI && !strstr($bmarkurlist'technorati.com'))
    array_unshift($vbseo_bmlist, array('http://technorati.com/faves/?add=%url%''images/vbseo/technorati.gif'$vbphrase['vbseo_add_to_technorati'], $vbphrase['vbseo_add_to_technorati_post'], $vbphrase['vbseo_add_to_technorati_blog']));
    if (
    VBSEO_BOOKMARK_DELICIOUS && !strstr($bmarkurlist'del.icio.us'))
    array_unshift($vbseo_bmlist, array('http://del.icio.us/post?url=%url%&title=%title%''images/vbseo/delicious.gif'$vbphrase['vbseo_add_to_delicious'], $vbphrase['vbseo_add_to_delicious_post'], $vbphrase['vbseo_add_to_delicious_blog']));
    if (
    VBSEO_BOOKMARK_DIGG && !strstr($bmarkurlist'digg.com'))
    array_unshift($vbseo_bmlist, array('http://digg.com/submit?phase=2&url=%url%&title=%title%''images/vbseo/digg.gif'$vbphrase['vbseo_add_to_digg'], $vbphrase['vbseo_add_to_digg_post'], $vbphrase['vbseo_add_to_digg_blog']));

    Working... later changin the "vbphrases" but dont renognice the order....
    The world is ours... ° ÂLtø FøRø °

  14. #14
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    If you want to change the order, you should replace entries in the code (the entres at the top will be on the right side).

Similar Threads

  1. Social Bookmarks
    By Nuguru in forum General Discussion
    Replies: 1
    Last Post: 08-05-2008, 09:43 PM
  2. vB or vBSEO Bookmarks
    By dieselpowered in forum General Discussion
    Replies: 2
    Last Post: 04-11-2008, 01:06 AM
  3. Social Bookmarks
    By jluerken in forum Deutsch
    Replies: 2
    Last Post: 09-06-2007, 07:37 AM
  4. bookmarks
    By sanzave in forum Pre-Sales Questions
    Replies: 1
    Last Post: 02-09-2007, 02:52 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
  •