PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds How do I...?

Classifieds How do I...? Wondering how to do something in Classifieds?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old February 11th, 2013, 03:58 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Apr 2010
Posts: 71
Email Ad to Friend and Facebook

When viewing an ad there are several options to tell friends about it. When you click on the email icon, it brings up an email, but in the subject it says "Check out this hot wallpaper!". Is there a way to change this?


Also, when you click on the facebook icon, it does bring up an option to share a link, but the link is not to the actual ad, its a link to my forum. The picture it attaches to it, is not a picture associated with the ad. Is there a way to fix this, or is this just a Facebook problem?
laidback64 is offline   Reply With Quote
Old February 11th, 2013, 04:17 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
what version of the software are you using. I would need more info to respond.

As far as wording for the email thing I will update that in the next version you can change the wording in the showproduct templates for the email selection.

The facebook thing is where I would need more info to comment.

test auction - Reeftalk Classifieds

You can see in my clean test site this works.

test auction - Reeftalk Classifieds
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 11th, 2013, 09:03 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Apr 2010
Posts: 71
Could you try posting a new ad, and then see if it lets you use that picture? Also, I am using version 5.22.
laidback64 is offline   Reply With Quote
Old February 11th, 2013, 09:20 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
I am using 5.3 the latest beta so its newer than yours.

the facebook share link has nothing to do with a specific ad it works the same no matter what the ad is.

How about you post a url of an ad so I can see your issue?

Your page source for showproduct.php should have something like this in it which tells facebook what image to use.

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; February 11th, 2013 at 09:35 PM.
Chuck S is offline   Reply With Quote
Old February 12th, 2013, 12:33 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Your facebook issue is caused by enabling the facebook connect in vb which is messing with image path so it is not grabbing the right image which is your issue.

You can try editing pp-inc.php in the printheader function around line 780 add the code in bold where noted.

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 12th, 2013, 08:10 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Apr 2010
Posts: 71
I edited the pp-inc.php as instructed and It still does not post the correct information. The facebook connect feature has caused me several problems with other applications as well.
laidback64 is offline   Reply With Quote
Old February 12th, 2013, 09:37 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Up in the printheader function in pp-inc.php on the two global lines is $imagefn on those lines defined like so? you might need to do that. Can not say without looking at your site which means I will have to go investigate what your url is again.

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 12th, 2013, 11:04 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Apr 2010
Posts: 71
This is the code I have which appears to have some differences from the code you posted.

Code:
Content visible to verified customers only.
My site url is www.semoyardsales.net

Thanks for your help on this!!
laidback64 is offline   Reply With Quote
Old February 13th, 2013, 05:50 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Make sure to make your printheader global lines like posted below you must add the variable to the global lines to declare it. If you view your page source you will see the og:image variable is empty on your site.

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 13th, 2013, 02:15 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Apr 2010
Posts: 71
I added this $imagefn; to my code, as shown above,and I am still getting the same results.
laidback64 is offline   Reply With Quote
Old February 13th, 2013, 02:26 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
HMM. Do this. Edit pp-inc.php change your two references to $imagefn with $imgurl

Then edit showproduct.php and add the line in bold below where noted.

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 13th, 2013, 03:59 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Apr 2010
Posts: 71
Edited pp-inc.php---replaced the two reference to $imagefn with $imgurl
Also added the bold line above where instructed to do so.

Still no change that I was able to notice.

Facebook can be a pain.
laidback64 is offline   Reply With Quote
Old February 13th, 2013, 04:16 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
I think the way you setup your site is the pain. Two things I see that can cause issues are your data url has a trailing slash and should not and also why is your data url https secure not sure if that will cause issues or not.

what is that image that is coming across the share thing?

What I have instructed you to do in this thread is what facebook says to do to specify the image for the share script right on there developer script.

seems to work fine if I try it here

http://www.reeftalk.com/classifieds/...t-auction.html
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 13th, 2013, 05:12 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Apr 2010
Posts: 71
I believe I took off the trailing slash on data url. I changed my data url to non https and it still has the same problem. I changed it back because if is not https, my site show up as not secure.

The pictures that show up are from different ads. And its the same 2-3 pictures every time.
laidback64 is offline   Reply With Quote
Old February 13th, 2013, 05:29 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Apr 2010
Posts: 71
Also, besides from being https, everything else on my vBulletin forum and photopost classifieds is default.
laidback64 is offline   Reply With Quote
Old February 13th, 2013, 05:56 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Well the forum facebook thing just messes with things I guess.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; February 13th, 2013 at 06:24 PM.
Chuck S is offline   Reply With Quote
Old February 13th, 2013, 08:08 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Apr 2010
Posts: 71
I believe it is. I disabled Facebook Connect and it seemed to work.
laidback64 is offline   Reply With Quote
Old February 13th, 2013, 08:16 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Yeah the forum facebook seems to throw everything out of whack
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Email to a friend dknelson Classifieds Suggestions 4 May 26th, 2008 11:48 AM
Email Friend Question julia44 Photopost Pro How Do I...? 1 July 2nd, 2007 09:56 AM
Email Ad to a friend redmtnex Classifieds How do I...? 0 February 18th, 2007 08:30 PM
email gallery link to friend rmnapa Photopost Pro How Do I...? 1 July 11th, 2005 09:45 PM


All times are GMT -5. The time now is 09:43 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0