vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Show Thread Enhancements - Submission buttons ( Facebook, Twitter, Digg, Addthisto, Ect ) (https://vborg.vbsupport.ru/showthread.php?t=225397)

Q-v-n-s-Q 10-15-2009 10:00 PM

Submission buttons ( Facebook, Twitter, Digg, Addthisto, Ect )
 
1 Attachment(s)
Update* Facebook and Twitter Added*

Display social bookmark buttons anywhere you want or:

Template: SHOWTHREAD Find:



Code:



<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<!-- / controls above postbits -->



Under that paste the following code:



Code:



<!-- submission icons -->

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px"> 
<tr>
    <td class="thead" width="100%">
        <center> Submit Thread >&nbsp;
<!-- Facebook Share -->
<script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><a href="http://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank"><img src="http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif" alt="" /></a>
<!-- 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"'+'><img src="$stylevar[imgdir_button]/tweet-this-small.png"  border="0" alt="Tweet This!" /'+'><'+'/a>');
</script>
<!-- Addthisto -->
<a href="javascript:q=(document.location.href);void(open('http://www.addthisto.com/submit.php?url='+escape(q),'','resizable,location,menubar,toolbar,scrollbars,status'));">
<img class="inlineimg"src="$stylevar[imgdir_button]/addthisto.gif" alt="Submit to AddThisTo" border="0" /></a>
<!-- Clesto -->
<!-- <a href="http://clesto.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="$stylevar[imgdir_button]/clesto.gif" alt="Submit to Clesto" border="0" /></a> -->

<!-- Digg -->
<a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid&title=Ex-Cargo Cultist Builder required" target="_blank"><img 

class="inlineimg"  src="$stylevar[imgdir_button]/digg.gif" alt="Submit to Digg" border="0" /></a>

<!-- Reddit -->
<a href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="$stylevar[imgdir_button]/reddit.gif" alt="Submit to Reddit" border="0" /></a>

<!-- Furl -->
<a href="http://www.furl.net/storeIt.jsp?u=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="$stylevar[imgdir_button]/furl.gif" alt="Submit to Furl" border="0" /></a>

<!-- Dec icio us -->
<a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 
src="$stylevar[imgdir_button]/delicious.gif" alt="Submit to Del.icio.us" border="0" /></a>


<!-- Google -->
<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="$stylevar[imgdir_button]/google.gif" alt="Submit to Google" border="0" /></a>


<!-- Yahoo This -->
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?title=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="$stylevar[imgdir_button]/yahoo.gif" alt="Submit to Yahoo! This" border="0" /></a>

<!-- Live Favorites -->
<!-- <a href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="$stylevar[imgdir_button]/live.gif" alt="Submit to Live Favorites" border="0" /></a> -->


<!-- Technorati -->
<a href="http://www.technorati.com/faves?add=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="$stylevar[imgdir_button]/technorati.gif" alt="Submit to Technorati" border="0" /></a>

<!-- StumbleUpon -->
<a href="http://www.stumbleupon.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="$stylevar[imgdir_button]/stumbleupon.gif" alt="Submit to StumbleUpon" border="0" /></a>


<!-- Spurl -->
<a href="http://www.spurl.net/spurl.php?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="$stylevar[imgdir_button]/spurl.gif" alt="Submit to Spurl" border="0" /></a>


 &nbsp;< Submit Thread
</center></td>
  </tr>
</table>


<!-- submission icons -->

* Update with less code and faster page load.

Simple just add:

Code:

<a href="http://r6k.net/">Social Bookmark!</a>

Or pop up + buttons ( Black )

http://r6k.net/images/socialb.jpg
Code:

<A HREF="javascript:void(0)"
ONCLICK="open('http://r6k.net/', 'miniwin', 'toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, width=200, height=300')"><img src="http://r6k.net/images/socialb.jpg"></A>

Pop up + Buttons ( White )

https://vborg.vbsupport.ru/external/2009/10/25.jpg
Code:

<A HREF="javascript:void(0)"
ONCLICK="open('http://r6k.net/', 'miniwin', 'toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, width=200, height=300')"><img src="http://r6k.net/images/Socialw.jpg"></A>


al2thero 12-02-2012 01:03 AM

Thanks a lot


All times are GMT. The time now is 08:04 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.01073 seconds
  • Memory Usage 1,734KB
  • 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
  • (5)bbcode_code_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