• 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.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Change: Website Facebook cover image

Clipperty

Chevereto Member
Hello :)

When posting you link on facebook the original CHV image pops up like this:
Screenshot_4.png

Now, to change this, you can rename a image(the one you want to show) "home_cover.jpg"
and replace the one who are already there:
"public_html/content/images/system/default/home_cover.jpg"


(note: it may take some time to update this cover image)
 
No please...

You should update it properly.

Code:
$open_graph = [
    'type'            => 'website',
    'url'            => G\get_current_url(),
    'title'            => CHV\getSetting('website_doctitle'),
    'image'            => CHV\getSetting('homepage_cover_images')[0]['url'],
    'site_name'     => CHV\getSetting('website_name'),
    'description'    => CHV\getSetting('website_description')
];

Reverse engineering is best in this case.
 
What?.....
Why would that help changing the cover(fastest way without coding), when you can....just change the image, it takes approx 0.053 seconds. :p

then again for php geeks, where to add that code.. (im not an php guy so anthing who are php related are like air for me, nothing :p haha.. )
 
What?.....
Why would that help changing the cover(fastest way without coding), when you can....just change the image, it takes approx 0.053 seconds. :p

then again for php geeks, where to add that code.. (im not an php guy so anthing who are php related are like air for me, nothing :p haha.. )
The system is dynamic. It works with multiple images. If I'm not mistaken it should just pull one. Your method would be more static.

Seems it's not dynamic. :/
 
Is way more easy.

System uses the first image in your home_cover array so is easy as change that order from the Dashboard. I just deleted the first one (mountain stuff):

upload_2016-8-13_13-9-37.png

And now Facebook shows this:

upload_2016-8-13_13-8-37.png
 
I did that the first time, but the "default" image shows(with the mountain).
When i swapped the image it worked :)

Now it still showing :p maybe i should "delete some cookies" :p nomnomnom
 
Back
Top