Jump to content



Latest News: (loading..)

- - - - -

[contribution] Social Bookmarks - Del.icio.us, Digg, Etc


  • Please log in to reply
79 replies to this topic

#61   pederb

pederb
  • Members
  • 442 posts
  • Real Name:Peder
  • Gender:Male
  • Location:Oakland, CA

Posted 03 December 2009 - 10:06 PM

View Postdjdeuce, on 20 November 2009 - 11:36 PM, said:

I still haven't figured out why the product picture isn't transferring to Facebook.  Anyone else know a fix?  Thanks!

I have the same issue, in my case it takes and old logo and I don't know where it gets it from.

Cheers
-Peder Beckman-
Kool Kat Jazz Records

#62   ernie02

ernie02
  • Members
  • 3 posts
  • Real Name:Ernest

Posted 12 January 2010 - 09:23 AM

Hi,

I am a newbie in this so this may be a dumb question.  Everything seems to be working fine except the icons are appearing above the product name on every page.  I checked and added the code in the correct section (underneath This product was added to our catalog on XXX).

Any ideas?

Thanks in advance.

#63   strobotron

strobotron
  • Members
  • 16 posts
  • Real Name:strobotron

Posted 29 January 2010 - 06:49 PM

View Postdjdeuce, on 20 November 2009 - 11:36 PM, said:

I still haven't figured out why the product picture isn't transferring to Facebook.  Anyone else know a fix?  Thanks!

Any update on this yet?  this sounds like a great contrib but i don't really want to install it if facebook product images aren't supported.

#64   broadstreetbully

broadstreetbully
  • Members
  • 114 posts
  • Real Name:jason

Posted 06 April 2010 - 12:43 AM

View Posternie02, on 12 January 2010 - 09:23 AM, said:

Hi,

I am a newbie in this so this may be a dumb question. Everything seems to be working fine except the icons are appearing above the product name on every page. I checked and added the code in the correct section (underneath This product was added to our catalog on XXX).

Any ideas?

Thanks in advance.

I'm having the same problem with the icons appearing above the product & product name (just below the header)....I installed on a vanilla site so I can't figure out why the icons are in the wrong place...I'm using the same contribution on another one of my sites and it's perfect.....any ideas anyone?????

#65   DOOL

DOOL
  • Members
  • 24 posts
  • Real Name:Jim Longden

Posted 17 April 2010 - 08:07 PM

This is an awesome contribution and it installed smoothly but like others here i seem to have the same 2 issues.
1. Facebook is not importing the graphic.
2. The icons are at the very top of the screen just under the header.
Any assistance in resolving these issues would be greatly apprecaited.
Thank you again

Edited by DOOL, 17 April 2010 - 08:08 PM.


#66   dontlike2pay

dontlike2pay
  • Members
  • 188 posts
  • Real Name:Kai
  • Gender:Male
  • Location:United Kingdom

Posted 13 August 2010 - 09:26 AM

I have the same problem plus 1 more lol

V2.1 has No image No Product Name on facebook.


Im not good with php and still learning myself alone the way building the site lol

Can anyone help? I can have an item posted onto facebook, but there is no image, and no product name to show on facebook.

Also can someone create file that places those lil bookmarks on the front page as well? Some people may just want to share the store in general rather than paticular product.

Thanks


#67   RicardoNascimento

RicardoNascimento
  • Members
  • 1 posts

Posted 18 December 2010 - 05:35 PM

Hi Guys,

anyone can help me? why facebook dont import the product images? anyone know how i can solve this problem?

regards,

Ricardo

#68   mafiouso

mafiouso
  • Members
  • 159 posts
  • Real Name:mafiouso

Posted 26 December 2010 - 09:28 AM

good contrib, but it seems to need a update. some of the links \ buttons are dead
also when i post to facebook it loads a image 1 of XX. can this be made to load the actual image first.
also the description title is ok but the info is. META_TAG_DESCRIPTION

needs twitter added and maybe the LIKE function for facebook  "likes this"

thanks

#69   Hionir

Hionir
  • Members
  • 2 posts
  • Real Name:Hionir
  • Gender:Male

Posted 17 January 2011 - 05:43 PM

I have the same problem, facebook picture is not correct.

Any solution?

Thanks!!

#70   oSSe

oSSe
  • Members
  • 1 posts
  • Real Name:Andreas

Posted 23 January 2011 - 09:16 PM

Facebook Quickfix for pictures.
Not the nicest fix but it work for me.

At line 140

<noscript>
<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>

(Add the fix here)

</noscript>

Add before </noscript>
//Facebook Quickfix
<?php echo '<img src="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '">'; ?>

#71   chrishamblin

chrishamblin
  • Members
  • 32 posts
  • Real Name:Chris Hamblin

Posted 28 January 2011 - 10:17 AM

View Postpiou, on 30 July 2009 - 04:16 PM, said:

hi, nice contrib.

BUT: isn't it a problem that also the oscid is submitted to the bookmark services?

greetz

That's exactly what I thought.
I've tried a few of these type of things in a test environment, and they all seem to do the same.

I have always understood that the oscid was golden, and any links shouldn't be shared with this in it, as it links to a certain customer at a certain time.  Because of this, when I added an "Email this page" link, I went to some trouble to strip the oscid from the link that was included in the emails.

Has anyone that's using this contribution experienced any issues that they know of?

Or can anyone let us know if for some reason in this case the fact the oscid is there isn't a problem?

#72   ceteris

ceteris
  • Members
  • 4 posts
  • Real Name:Robson Gomes

Posted 29 January 2011 - 04:00 AM

In twitter:

/home?status=Check%20out%20http://byflavia.com.br/loja/product_info.php?products_id=3163&title=La%E7o%20simples%20m%E9dio%20-%20Boo Invalid Unicode value in one or more parameters

#73   ceteris

ceteris
  • Members
  • 4 posts
  • Real Name:Robson Gomes

Posted 29 January 2011 - 04:04 AM

In which file will fix this?

View PostoSSe, on 23 January 2011 - 09:16 PM, said:

Facebook Quickfix for pictures.
Not the nicest fix but it work for me.

At line 140

<noscript>
<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>

(Add the fix here)

</noscript>

Add before </noscript>
//Facebook Quickfix
<?php echo '<img src="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '">'; ?>


#74 ONLINE   greasemonkey

greasemonkey
  • Members
  • 117 posts
  • Real Name:Scott
  • Gender:Male

Posted 10 April 2012 - 01:34 PM

I'm VERY new at this... and I'm not aware of the protocal so please excuse if I have not posted this in the most appropriate forum.

I've completely redone the contribution for more uptodate social networks. All credit goes to original Author...

I've removed Del.icio.us, Digg, Etc... And added Pinterest and Google +1.

Includes Facebook Like Button (in http://addons.oscommerce.com/info/5261

#75   oscommerce21

oscommerce21
  • Members
  • 26 posts
  • Real Name:Real Name

Posted 11 May 2012 - 04:37 PM

Thank you for the plugin.

Observations: Social Bookmarks v2_1

Installed: http://is.gd/d98Ogu

I do not see Pinterest and Google +1

icons are too small

icons are placed ABOVE the title, which makes them not a part of the publication, I would recommend to have an option of placing them below "Current Reviews:", after the logical end of the publication (product)

Thank you!

Click the image below to see it


Attached File  Socilabookmarks 2.1 image folder.png   52.28K   11 downloads

Edited by oscommerce21, 11 May 2012 - 04:43 PM.


#76   WWI

WWI
  • Members
  • 27 posts
  • Real Name:Lisa Fisli
  • Gender:Female

Posted 30 May 2012 - 08:18 PM

Thank you for the contrib.  I'm very new to this and was wondering if you could help me figure out why the google plus one wont line up?

Attached Files



#77 ONLINE   greasemonkey

greasemonkey
  • Members
  • 117 posts
  • Real Name:Scott
  • Gender:Male

Posted 06 June 2012 - 01:27 AM

Quote

Thank you for the contrib. I'm very new to this and was wondering if you could help me figure out why the google plus one wont line up?

Try changing this

<div style="font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;text-align:center;">	
<fb:like send="false" layout="button_count" show_faces="false"></fb:like>
<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<a <?php echo 'title="' . $product_info['products_name'] . ' - ' . '"'; ?> href="http://pinterest.com/pin/create/button/?url=<?php echo tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $product_info['products_id'], 'NONSSL')?>&amp;&media=<?php echo 'http://www.flourconfections.com/images/' . $product_info['products_image'] ?>"></a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<!-- Google +1 button -->
<!-- Google +1 button   <g:plusone size="medium" annotation="bubble" width="24" href="http://www.!!!!yoursite!!!.com<? echo $_SERVER['PHP_SELF']."?products_id=". $product_info['products_id'];?>"></g:plusone> -->
<!-- Google +1 button end -->
</div>

To

<table border="0" cellpadding="0" cellspacing="0" align="center">  
	<tr>
	  
		 <td>
<fb:like send="false" layout="button_count" show_faces="false"></fb:like>
		 </td>
		
		<td>
<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
		 </td>
		
		<td>
<a <?php echo 'title="' . $product_info['products_name'] . ' - ' . '"'; ?> href="http://pinterest.com/pin/create/button/?url=<?php echo tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $product_info['products_id'], 'NONSSL')?>&amp;&media=<?php echo 'http://www.flourconfections.com/images/' . $product_info['products_image'] ?>"></a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
		 </td>
		
		<td>
<!-- Google +1 button -->
<g:plusone size="medium" annotation="bubble" width="24" href="http://www.!!!yoursite!!!.com<? echo $_SERVER['PHP_SELF']."?products_id=". $product_info['products_id'];?>"></g:plusone>
<!-- Google +1 button end -->
</td>
		
	</tr>
</table>

Don't forget to change !!!yoursite!!!

#78   egutierrez

egutierrez
  • Members
  • 26 posts
  • Real Name:Eduardo

Posted 12 June 2012 - 10:34 AM

Hi, Im using Social Bookmarks v1.0 - del.icio.us, digg, etc from greasemonkey

The problem is that i don't get transmit the product image on the FB like.

Any fix to that?

#79   vespa2112

vespa2112
  • Members
  • 9 posts
  • Real Name:Matthew Vex

Posted 02 July 2012 - 04:41 PM

Image not showing in Facebook.   Contrib not working anymore?

#80   14steve14

14steve14

    STORE OWNER NOT CODER

  • Members
  • 3,085 posts
  • Real Name:Steve
  • Gender:Male
  • Location:Dorset UK

Posted 02 July 2012 - 05:04 PM

I think i read somewhere that facebook has altered the required code. You will have to search for some other information.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.  

OSC has a steep learning curve, but in general the program does work.  If it doesnt work, the chances are it is something you have done.