vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Show Thread Enhancements - Twitter - Tweet Button in SHOWTHREAD (https://vborg.vbsupport.ru/showthread.php?t=248569)

zelnik 01-24-2011 12:53 PM

Hey BOP any idea how to add the twitter button to CMS and Blog stuff yet?

BirdOPrey5 01-24-2011 05:33 PM

I just got access to a Suite version of VB4 so I'll play around and let you know soon.

Special Pages 01-24-2011 05:36 PM

Thank you so much! I love it! :D

BirdOPrey5 01-24-2011 09:02 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2153938)
I just got access to a Suite version of VB4 so I'll play around and let you know soon.

Uggh! I thought it was the suite version, it turned out to be classic forum with VB Advanced instead. If anyone has a VB Full Suite test site I can login and play with I can try to figure out how to add it to the Articles... If you do PM me the login details, will need to be an admin account.

Thanks.

I will edit this post if someone sends me a login so if you are reading this probably no one has yet. ;)

Iguana Goddess 02-01-2011 05:52 PM

Everything works great except lol I can ONLY tweet from the private forums and not the public ones! I have the built in fb like button enabled, followed the instructions, I am running version 4.1.1

BirdOPrey5 02-01-2011 07:36 PM

Are you using a <vb:if...> conditional? If so it sounds like there is an extra or missing exclamation point (!) which would show the tweet button in the opposite forums.

Iguana Goddess 02-01-2011 11:12 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2157479)
Are you using a <vb:if...> conditional? If so it sounds like there is an extra or missing exclamation point (!) which would show the tweet button in the opposite forums.

The buttons show everywhere (unless I am misunderstanding what you mean).
Decided to test the forums again, and well now it's working with no problem, maybe I just needed to clear my cache? That is all I have done since the install earlier now no issues. Thanks for your time.

BirdOPrey5 02-02-2011 12:25 AM

OK, glad it is working. :up:

BlueCheri 02-05-2011 11:55 AM

Working fine, thanx

BirdOPrey5 02-07-2011 12:14 PM

It appears vBulletin has changed the location of the Facebook Like button in version 4.1.2. As a result it is likely the code changes needed will be different in 4.1.2 and beyond, I will not be able to support installs beginning with version 4.1.2 since my license stops at 4.0.8. You can try the code and report your results on 4.1.2 and beyond. The main point is the twitter code can really be placed anywhere on showthread- it's finding the ideal location that will take some trial and error:
Code:

<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="YOUR_TWITTER_USERNAME" data-url="{vb:raw vboptions.bburl}/showthread.php?t={vb:raw threadid}" data-counturl="{vb:raw vboptions.bburl}/showthread.php?t={vb:raw threadid}">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
After you find the best location you can worry about a conditional to only show in some forums if you want.


All times are GMT. The time now is 08:10 AM.

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.01289 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete