vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How Do You Get Facebook, Furl, Technorati, etc... on each post? (https://vborg.vbsupport.ru/showthread.php?t=199168)

theothersully 12-18-2008 12:24 PM

How Do You Get Facebook, Furl, Technorati, etc... on each post?
 
Does anyone know how to get the little icons to send individual posts to Facebook, Furl, Technorati, Delicious, etc??

vBSEO has them on their forums like this:

https://www.vbseo.com/f2/how-include...ranking-29456/

I'd like to put them on mine.

SEOvB 12-18-2008 02:15 PM

You can modify the postbit templates to include the code those sites give you for linking to them.

Or you can use the built in vBulletin social bookmarking feature, as there really isn't a need to show them for each post, just each thread.

theothersully 12-18-2008 06:07 PM

Thanks. I know it seems little redundant to show them after each post, but it seems more logical to share a post with someone than a thread IMO.

I'm not a big fan of vB's bar at the bottom with the links. If anything, it should be at the top of the page.

I'll give your suggestion a try. Thanks.

SEOvB 12-18-2008 06:15 PM

Quote:

Originally Posted by theothersully (Post 1688158)
Thanks. I know it seems little redundant to show them after each post, but it seems more logical to share a post with someone than a thread IMO.

I'm not a big fan of vB's bar at the bottom with the links. If anything, it should be at the top of the page.

I'll give your suggestion a try. Thanks.

You should be able to modify the showthread template find

Code:

<if condition="$bookmarksites">
<!-- social bookmarking links -->
        <br />
        <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder" align="center">
        <tr>
                <td class="thead">$vbphrase[bookmarks]</td>
        </tr>
        <tr>
                <td class="alt2" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none; margin:0px; padding:0px">$bookmarksites</ul><div style="clear:both"></div></td>
        </tr>
        </table>
<!-- / social bookmarking links -->
</if>

Remove that and place after

Code:

$poll
Demo: http://seovb.com/forums/showthread.php?p=5#post5

maggie2008 06-16-2009 06:53 AM

This puts the bookmarks at the top of the page for me.
Quote:

You should be able to modify the showthread template find

Code:

<if condition="$bookmarksites">
<!-- social bookmarking links -->
<br />
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder" align="center">
<tr>
<td class="thead">$vbphrase[bookmarks]</td>
</tr>
<tr>
<td class="alt2" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none; margin:0px; padding:0px">$bookmarksites</ul><div style="clear:both"></div></td>
</tr>
</table>
<!-- / social bookmarking links -->
</if>

Remove that and place after

Code:

$poll

How do you put the social bookmark icons at the bottom of each post? I prefer this too.

R.o.o.t 06-16-2009 06:59 AM

yes i understand u , it's easy with out Code ..
Activate the bookmark .. .. on the vbseo 3.3.0
Good luck

maggie2008 06-16-2009 07:03 AM

Sorry, but I am using the plain old vB 3.8 not the vBseo so I am not sure what you mean. Plus I am a slow learner :)

joyboy2001 09-21-2009 05:16 AM

It's a standard feature with vbSEO ...

NinjaKane 05-27-2010 08:13 PM

I created an ul and put it in the appropriate place in my postbit legacy template. each li was a link to the network I wanted. Links are kinda funny though. Was only able to make delicious populate the title and url. Any help anyone?


All times are GMT. The time now is 03:20 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01065 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete