![]() |
Quote:
Awesome, I got it thanks man...Anyway to change the font on the facebook to white by any chance that you know of? I've been looking and I'm not finding much, could be looking in the wrong areas though |
You can customize your like button and get code directly from facebook here:
http://developers.facebook.com/docs/...e/plugins/like |
I have lil knowledge on how to work my VB , currently my Facebook button is to the far right next to logout , i want it to the left infront of the welcome .
where do i edit this ? how ? and what code do i replace , when i move it whats the proper place to move it to within the template ? 2} question i hope you can help me with is , I have a facebook like button that was put in as a AD where the yellow box is in this pic http://i924.photobucket.com/albums/a...Untitled-3.jpg I know how to take it out.. how can i add facebook like & twitter like in this pic , ive looked in showthread using ctrl F to search the : PHP Code:
http://i924.photobucket.com/albums/a...ICTURES/45.jpg right above the thread bar is where i want it just like in this picture ... thanking you in advance been looking around seen alot of threads but none that helped . |
RK KING KONG,
You have VB4, this thread is only for the VB3 mod. The VB4 version is here: https://vborg.vbsupport.ru/showthread.php?t=248569 In that thread I discuss how to place the twitter button next to Facebook like on VB4. |
Installed!
Thanks!!! |
if there a work around to prevent number of tweets resetting to 0 yet??? aslo my facebook share button also resetting to 0 on refresh
|
Quote:
Code:
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="YOUR_TWITTER_USERNAME" data-url="$vboptions[bburl]/showthread.php?t=$thread[threadid]">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> |
why if i tweet a post the count always remains in 0?
|
If you're using the latest code under "NEW UPDATE" in the top thread that should solve issues where the count is wrong.
If you're still having issues it could just be because Twitter isn't great at keeping count, a google search will show lots of bloggers reporting problems with the counts. |
do you recommend to use script two to fix this issue?
|
I recommend using this line for the Twitter code, you'll note it has the data-url attribute the original code does not. This will force Twitter to count and link to the page via a single URL- it will not vary based on how the user is browsing the page...
Code:
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="YOUR_TWITTER_USERNAME" data-url="$vboptions[bburl]/showthread.php?t=$thread[threadid]">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> |
Thanks for posting this! Took me awhile to get it where I wanted it (put it in my postbit legacy) and getting it lined up.
|
How do you install this next to Thread Tools like the Demo Site?
|
To do it next to thread tools like currently in the demo (March 2011):
Edit SHOWTHREAD template... FIND the code below and ADD the code in RED Code:
<td class="tcat" width="100%"> |
Thank you, got it working.
|
Quote:
|
I don't have access to VBSEO sorry. You can disable the count from showing by changing data-count="horizontal" to data-count="none" in the code. Another option would be to ask in the VBSEO forum if anyone has the tweet button working. This is just the standard install instructions from Twitter, there's not much I can do about it.
|
Quote:
Doing this is going to post the link for viewing a single post correct? If yes, is there a way to do this so that you can tweet the single post but instead of the link taking you to the view single post it takes you to the section of the thread that has that post? Hope that makes sense.. EDIT: Never mind figured it out on my own.. |
thanks!
|
All times are GMT. The time now is 11:11 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|