vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Custom Tweet with popup (https://vborg.vbsupport.ru/showthread.php?t=264685)

lubbie 06-03-2011 08:21 PM

Custom Tweet with popup
 
Hello. I want to make a custom Tweet button because i would like to make it fit the FB button sytle.
On twitter´s dev page is a custom one but if i tweet, i get a new page instead of a popup.
So i am asking for help. Would be very nice if anyone could help me. Thanks

Methok 06-04-2011 01:17 PM

Hi,

Not quite sure if this is what your after but go to:

Admincp>Styles & Templates>Style manager>Edit templates>Show Thread templates>SHOWTHREAD

Find:

HTML Code:

<div id="thread_controls" class="thread_controls toolsmenu">
                <div>

After add:

HTML Code:

<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
or

HTML Code:

<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="im_here_forum">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
NOTE: The above code will add an @im_here_forum to your tweets. So you will need to change the 'im_here_forum' to your own username.

If you wish to make your own button you want to look at THIS

This will give you this:
http://im-here.co.uk/images/tweetbutton.jpg

Displays just above the first post and references to the first post on tweet.

It will give you a pop up box where you can add your own hashtags etc.

These codes can obviously be placed elsewhere in different templates. I was just showing you where I have mine :)

Hope it helps.

- Methok


All times are GMT. The time now is 06:53 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.01072 seconds
  • Memory Usage 1,717KB
  • 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
  • (3)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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