Zen Cart Logo
Forums / Addon Templates / Share & Bookmarking Widget 1.0 Issue?

Share & Bookmarking Widget 1.0 Issue?

Views: 2,149

Results 1 to 4 of 4
30 Mar 2011, 11:55 PM
#1
willie_bee avatar

willie_bee

Zen Follower

Join Date:
Mar 2011
Posts:
386
Plugin Contributions:
0

Share & Bookmarking Widget 1.0 Issue?

http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1705

I could not find a support thread for this modification. I have followed the instructions to the tee. It's not that hard really but I am having a placement issue. Attached is the screen shot.

The statement, this product was added blah blah blah should have a line break shouldn't it and be placed underneath the icons?

24 Apr 2011, 6:07 PM
#2
armagen avatar

armagen

New Zenner

Join Date:
Aug 2010
Posts:
1
Plugin Contributions:
0

Re: Share & Bookmarking Widget 1.0 Issue?

I just added the code inside a table

I hope this work for you

<table width="0" border="0"> <tr> <td><!--Zen Bookmarking Widget (HTML)--> <div class='zen-bookmarking'>

<br/><font color='#289728' face='ms sans serif' size='3'><b>Compártelo:</b></font>
<br/><br/>

<!--Facebook--> <a class='facebook' href="http://www.facebook.com/sharer.php?u=<?php echo urlencode(zen_href_link(zen_get_info_page((int)$_GET['products_id']),'cPath='.(int)$_GET['cPath'].'&products_id=' . (int)$_GET['products_id'])); ?>&t=<?php echo $products_name; ?>" rel='external nofollow' target='_blank' title='Compartir en Facebook :>'/> <!-- Twitter --> <a class='twitter' href="http://twitthis.com/twit?url=<?php echo urlencode(zen_href_link(zen_get_info_page((int)$_GET['products_id']),'cPath='.(int)$_GET['cPath'].'&products_id=' . (int)$_GET['products_id'])); ?>&title=<?php echo $products_name; ?>" rel='external nofollow' target='_blank' title='Tweetea esto :>'/> <!-- Yahoo --> <a class='yahoo' href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=<?php echo urlencode(zen_href_link(zen_get_info_page((int)$_GET['products_id']),'cPath='.(int)$_GET['cPath'].'&products_id=' . (int)$_GET['products_id'])); ?>&title=<?php echo $products_name; ?>" rel='external nofollow' target='_blank' title='Yahoo Bookmarks :>'/> <!-- Delicious --> <a class='delicious' href="http://del.icio.us/post?url=<?php echo urlencode(zen_href_link(zen_get_info_page((int)$_GET['products_id']),'cPath='.(int)$_GET['cPath'].'&products_id=' . (int)$_GET['products_id'])); ?>&title=<?php echo $products_name; ?>" rel='external nofollow' target='_blank' title='Agregar a Delicious :>'/> <!--DIGG--> <a class='digg' href="http://digg.com/submit?phase=2&url=<?php echo urlencode(zen_href_link(zen_get_info_page((int)$_GET['products_id']),'cPath='.(int)$_GET['cPath'].'&products_id=' . (int)$_GET['products_id'])); ?>" rel='external nofollow' target='_blank' title='Digg :>'/> <!--Stumble--> <a class='stumbleupon' href="http://www.stumbleupon.com/submit?url=<?php echo urlencode(zen_href_link(zen_get_info_page((int)$_GET['products_id']),'cPath='.(int)$_GET['cPath'].'&products_id=' . (int)$_GET['products_id'])); ?>&title=<?php echo $products_name; ?>" rel='external nofollow' target='_blank' title='Stumble :>'/> <!-- Technorati --> <a class='technorati' href="http://technorati.com/faves?add=<?php echo urlencode(zen_href_link(zen_get_info_page((int)$_GET['products_id']),'cPath='.(int)$_GET['cPath'].'&products_id=' . (int)$_GET['products_id'])); ?>" rel='external nofollow' target='_blank' title='Fave :>'/> <!-- Reddit --> <a class='reddit' href="http://reddit.com/submit?url=<?php echo urlencode(zen_href_link(zen_get_info_page((int)$_GET['products_id']),'cPath='.(int)$_GET['cPath'].'&products_id=' . (int)$_GET['products_id'])); ?>&title=<?php echo $products_name; ?>" rel='external nofollow' target='_blank' title='Bookmark Reddit :>'/> <a class='rss' expr:href='data:blog.homepageUrl + "feeds/posts/default"'/> </div></td> </tr> </table>
25 Apr 2011, 10:53 PM
#3
willie_bee avatar

willie_bee

Zen Follower

Join Date:
Mar 2011
Posts:
386
Plugin Contributions:
0

Re: Share & Bookmarking Widget 1.0 Issue?

Thanks I removed it. Used the FB like instead. Much better,.

1 Jun 2011, 5:54 AM
#4
kaos9889 avatar

kaos9889

New Zenner

Join Date:
May 2011
Posts:
18
Plugin Contributions:
0

Re: Share & Bookmarking Widget 1.0 Issue?

I really like this, one question though. When the user selects "facebook" for example is there a way to either just have a company logo in there or the actual item pic in there instead of a random image from my site?