• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Problems with photo posting in Google+

Status
Not open for further replies.

Tigran

Chevereto Member
hi there!
When i'am trying to post some uploaded photos in Google+, after posting, posted only site logo, with "file.name+site description". I'ts not correct. How to fix, for showing uploaded photo+site description?
Without photo preview in posting it looks like very strange and bad 🙁
 
Google+ sharing is working fine for me. You should try if demo.chevereto.com also works for you.
 
still same problem! how you sharing Rodolfo? by clicking the icon of social network button? Copy and Paste uploaded image URL in google +, like an post, for example - http://upload.am/image/FFL and you will see, that in preview loaded site logo, and not the content photo.
 
I'm clicking the google+ button and is working for me in the demo but not for your site. In those cases you should be sure that your files are up to date. Check app/themes/Peafowl/custom_hooks
 
version of my chevereto is latest, and not upgraded, fresh new install. Also as i wrote in my last post, you must PASTE link in google + post, not share the link through the buttons.

How can i fix this problem?
 
Is the same thing.

Note this: http://demo.chevereto.com/image/Q and click on share on Google+ and you will see how it shows you the image. You will notice that the google+ share url is this:

Code:
https://plus.google.com/u/0/share?url=http%3A%2F%2Fdemo.chevereto.com%2Fimage%2FQ

That is exactly the same as copy and paste the link in Google+. I testes several images, all of them work. Maybe you want to sahre something that is private?
 
Last edited:
thank you for your answer Rodolfo. But your answer's does not help me. Yes, in demo that bug is not repeating, but in my side bug "live". However, i find and fix it.
Problem just in logo. I just delete vector logo, and disable it. After it photos are posted normally. But when i'am uploading logo, and trying to post photos, problem backing.

Rodolfo, one more question: just i don't want to open one more topic.
How can i remove #file-name# from title, and just leave only website title, from all photos?

thank you
 
what you mean with yes? i'am asking how can i delete #file-name# from title? i try to find the code in template without any results. Can you reffer me the place?

thank you!
 
app/routes/route.image.php

Code:
$pre_doctitle = $image_safe_html['description'] ? $image_safe_html['description'] : ($image_safe_html['name'].'.'.$image_safe_html['extension']) . ' hosted at ' . CHV\get_chv_setting('website_name');
 
Status
Not open for further replies.
Back
Top