-
1. Re: Pinterest? Any ideas on how to set up in BC properly?
Chad - BCGurus.com Apr 25, 2012 7:58 AM (in response to DandyDahlia)Hello DandyDahlia,
A Pin It button on a blog details layout would be hard since there is no image tag within the blog layout, other than tag_blogpostauthorpicture. And the description would be the post body, which could be a lot. So I guess it is do-able but at the same time, maybe just a follow me pinterest button would work better for the blog.
With the code you have for a large product layout. It is hard to say what the true error is without a link to an example, but did you remove the spaces within the tags?
<a href="http://pinterest.com/pin/create/button/?url={tag_itemurl_withhost}&media=http://[CHANGEME].com{tag_largeimage_path}&description={tag_description}" class="pin-it-button" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a>
[CHANGEME] should be your domain: yourdomain.com
I've placed this on my sandbox product and was able to pin products: http://bcg-sandbox.hotpressplatform.com/store/clothing/mens-jacket
Also the script file that is with your code, add it to your page only once, directly above the closing </BODY> tag, without the ; at the end:
<script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js"></script>
Hope this helps,
Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7
-
2. Re: Pinterest? Any ideas on how to set up in BC properly?
DandyDahlia Apr 25, 2012 9:06 PM (in response to Chad - BCGurus.com)Thanks Chad! Will try.
Your template's look great too
-
3. Re: Pinterest? Any ideas on how to set up in BC properly?
davis2121 Jun 4, 2012 12:49 PM (in response to DandyDahlia)Okay, I'm having the same issues with Pinterest as well. I got the code for the product from Pinterest, inserted it into my HTML, placed the javascript at the bottom of the template.
I had to modify the code becuase BC or the HTML was not recognizing the colon and slash HTML code. The small Pin it box appears, with photo, and I fill in the description and off it goes to Pintreest. However, when checking the Pinterest page, not one of my 5 or 6 attempts at pining have appeared.
Here is my code...
<a href="http://pinterest.com/pin/create/button/?url= http://www.lechameauusa.com/chasseur.html&media=http://www.lechameauusa.com/Product page Images/CHASSEUR.png" class="pin-it-button" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a>
Here is the page itself....
http://www.lechameauusa.com/chasseur.html
Just WHAT am I doing wrong?
Thanks
Chuck
-
4. Re: Pinterest? Any ideas on how to set up in BC properly?
DandyDahlia Jun 4, 2012 7:14 PM (in response to davis2121)I know.. I know!! After much trial and error our fabulous IT friend Ruby found the fix...
It's as simple as... you can't have a SPACE in your image name folder.
Fix that and it will all work.
Ie you can't use:
http://www.lechameauus a.com/Product page Images/CHASSEUR.png
you need to use:
http://www.lechameauus a.com/Product-page-Images/CHASSEUR.png.. voila it should work
-
5. Re: Pinterest? Any ideas on how to set up in BC properly?
davis2121 Jun 5, 2012 6:56 AM (in response to DandyDahlia)Worked like a charm....
Then I had an "Oh cr*p" moment. I did not set up the files and a majority of the images file names have spaces. I can rename them in my FTP program (so I don't need to move the items inside), but will BC follow the new link or do I have to relink all images?
-
6. Re: Pinterest? Any ideas on how to set up in BC properly?
Chad - BCGurus.com Jun 5, 2012 7:04 AM (in response to davis2121)ah yes the dreaded space in file names!
You're probably going to have to rename all the images paths, but should an easy using the import feature.
Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7
-
7. Re: Pinterest? Any ideas on how to set up in BC properly?
davis2121 Jun 5, 2012 11:22 AM (in response to Chad - BCGurus.com)It occured to me that since I had the FTP up and running, I went ahead and copied the images files to a new folder with a name with no spaces and created the Pin It code to read those images. Wasn't too much work, only 44 images in all and about half of them located on 3 different pages on the site.
Thanks Dandy and Chad!



