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 - Submit to Twitter and Facebook (https://vborg.vbsupport.ru/showthread.php?t=228610)

ericgtr 03-12-2010 03:54 PM

Quote:

Originally Posted by Joseph Witchard (Post 2001280)
Does this work on vBulletin 4.0.2?

Yes it still works for 4.02.

Joseph Witchard 03-14-2010 06:02 PM

Quote:

Originally Posted by ericgtr (Post 2002246)
Yes it still works for 4.02.

Awesome, thanks:D

hydn 04-06-2010 03:11 PM

How much does adding twitter java script affect page load?

Quote:

Originally Posted by Gamempire (Post 1975733)
my mod with automatic tweet icon (no need to upload nothing):
Code:

                                        <!-- Facebook Share -->
          <li>
          <a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
          </li>
          <!-- / Facebook Share -->
                                        <li>
                                                <img src="http://a1.twimg.com/a/1265328866/images/favicon.ico" align="left" style="margin:5px 5px 0 10px;" />
          <!-- Twitter Share -->
          <script type="text/javascript">
          var twtTitle  = document.title;
          var twtUrl    = location.href;
          var maxLength = 140 - (twtUrl.length + 1);
          if (twtTitle.length > maxLength) {
          twtTitle = twtTitle.substr(0, (maxLength - 3))+'...';
          }
          var twtLink = 'http://twitter.com/home?status='+encodeURIComponent(twtTitle + ' ' + twtUrl);
          document.write('<a href="'+twtLink+'" target="_blank"'+'>Tweet This!<'+'/a>');
          </script>
          <!-- / Twitter Share -->
          </li>
                                </ul>
                        </li>
      <!-- End Share FB -->



glen290 04-16-2010 09:45 AM

Does this work with VB4.03 as i cant find "<li class="popupmenu nohovermenu" id="threadtools">"in the showthread template

sebaxtian 04-18-2010 05:01 PM

very good.. thanks

sebaxtian 04-18-2010 05:01 PM

very good.. thanks :up:
installed now..

Peter Lo 04-28-2010 12:41 AM

Can this work to also post to Facebook Group and Fan Page Walls rather than just User Walls?

justinnethers 05-31-2010 08:27 PM

Quote:

Originally Posted by glen290 (Post 2022086)
Does this work with VB4.03 as i cant find "<li class="popupmenu nohovermenu" id="threadtools">"in the showthread template

Just find "id="threadtools"" and you'll be good.

AURFSCAN 06-01-2010 03:02 AM

1 Attachment(s)
thanks ericgtr.

I just wanted facebook without the dropdown and wanted to only show it in certain forums.

- highlighted is forums to exclude

Code:


<!-- Begin Share FB -->
<vb:if condition="in_array($thread['forumid'],array(136,85,99,167,102,168,103,93,123,121,171,172,88,179,173))">

<vb:else />
<li class="popupmenu nohovermenu" id="sharefb">
<h6><a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Share to Facebook</a> &nbsp;
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></h6>
<ul class="popupbody popuphover">       
</ul>
</li>
</vb:if>


<!-- End Share FB -->


SouthEastSxS 08-09-2010 01:05 PM

Thats doesn't exist in 4.04 either so no good to me, I wanted to use it too LOL


All times are GMT. The time now is 09:15 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.01073 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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