*SOLVED* Unsure if here or "Off Topic" was most accurate; involves WB

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

*SOLVED* Unsure if here or "Off Topic" was most accurate; involves WB

Post by etcbbu »

Hello, I was unsure whether to post this here in the "General Questions" section or the "Off Topic" section; but it *does* involve WB. But it's about facebook Pages:

When I am operating a facebook Page of a business and attempt to post a new "Post" on its feed, and input a URL with an https:// in front of it, that tells facebook's system I'm posting an external link.

So facebook system just about always tries to hit that URL and auto-pulls an image thumbnail; and it uses it for the post.

Where do I edit code from within my .WBS work-space to exactly define what image they're gonna pull, size it to where it'll look good, etc.? This thing pulls out the *worst* thumbnails unless I successfully can define it to do it exactly how I want.

--etcbbu
Last edited by etcbbu on Sun Oct 08, 2023 6:43 pm, edited 1 time in total.
https://travisjconsulting.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://travisjconsulting.com
User avatar
crispy68
 
 
Posts: 3001
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Unsure if here or "Off Topic" was most accurate; involves WB

Post by crispy68 »

You need to specify the image you want to use buy setting the og:image tag in the open graph meta tags.

One tool I use to see what info Facebook is pulling from a website is their Facebook Crawler tool here:
https://developers.facebook.com/tools/debug/
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: Unsure if here or "Off Topic" was most accurate; involves WB

Post by etcbbu »

@crispy68 — Thanks! Do you have a go-to pixel-width and pixel-height that you use for that, by chance? I've seen some articles saying something about 1200 x 630 pixels .. ?

--etcbbu
https://travisjconsulting.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://travisjconsulting.com
User avatar
crispy68
 
 
Posts: 3001
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Unsure if here or "Off Topic" was most accurate; involves WB

Post by crispy68 »

Yes, I believe that is the recommended size. Running the Facebook scraper via the link I gave you will also tell you if the image is not adequate.
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: Unsure if here or "Off Topic" was most accurate; involves WB

Post by etcbbu »

Do I just place the

Code: Select all

og:image
tag in Page Properties >> Between<head></head>tags ? Just, above or below the unrelated google Analytics snippet I always have there?
https://travisjconsulting.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://travisjconsulting.com
User avatar
crispy68
 
 
Posts: 3001
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Unsure if here or "Off Topic" was most accurate; involves WB

Post by crispy68 »

No need to add it like that. Just open up the page properties --> Click Meta Tags --> select Open Graph --> Image
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: Unsure if here or "Off Topic" was most accurate; involves WB

Post by etcbbu »

Is everything in that dialogue box optional? Like, I'm not sure what (if anything) I should put in "App ID"..?

And then, for example, is the "twitter card" button for when someone posts a URL to the page in question, and defining how it'll look in the preview on twitter when someone posts the URL? Or are these something else altogether?
https://travisjconsulting.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://travisjconsulting.com
User avatar
crispy68
 
 
Posts: 3001
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Unsure if here or "Off Topic" was most accurate; involves WB

Post by crispy68 »

yes, the twitter card is for twitter.

You can fill out as much info as you want in that section. For me, I usually fill it all in.

the app id is for Facebook developers. I have created id's in the past. You can find more about that here:
https://developers.facebook.com/docs/de ... ate-an-app
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: Unsure if here or "Off Topic" was most accurate; involves WB

Post by etcbbu »

Ah yes, I remember those facebook App IDs from the past.

What about for other social media networks that are not Meta/facebook or twitter/X? Like,for example, if I wanted to post a URL on another social media network that "pulls in" a graphic into the little thumbnail / preview for posts on that other social media platform that allows for this type of thing similar to Meta/facebook and twitter/X; should what I am doing here on the

page properties --> Click Meta Tags --> select Open Graph

do that for those other social media networks too?
https://travisjconsulting.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://travisjconsulting.com
User avatar
crispy68
 
 
Posts: 3001
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Unsure if here or "Off Topic" was most accurate; involves WB

Post by crispy68 »

Hard to say without you picking one. You would need to look at how it's implemented with that particular social media site. More than likely they are using the same open graph tags as those are all pretty standard.

Here is some info to check out:
https://ogp.me/
Post Reply