*SOLVED* Unsure if here or "Off Topic" was most accurate; involves WB
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
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
*SOLVED* Unsure if here or "Off Topic" was most accurate; involves WB
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
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
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://travisjconsulting.com
Re: Unsure if here or "Off Topic" was most accurate; involves WB
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/
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/
Re: Unsure if here or "Off Topic" was most accurate; involves WB
@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
--etcbbu
https://travisjconsulting.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://travisjconsulting.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://travisjconsulting.com
Re: Unsure if here or "Off Topic" was most accurate; involves WB
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.
Re: Unsure if here or "Off Topic" was most accurate; involves WB
Do I just place the tag in Page Properties >> Between<head></head>tags ? Just, above or below the unrelated google Analytics snippet I always have there?
Code: Select all
og:image
https://travisjconsulting.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://travisjconsulting.com
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://travisjconsulting.com
Re: Unsure if here or "Off Topic" was most accurate; involves WB
No need to add it like that. Just open up the page properties --> Click Meta Tags --> select Open Graph --> Image
Re: Unsure if here or "Off Topic" was most accurate; involves WB
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?
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
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://travisjconsulting.com
Re: Unsure if here or "Off Topic" was most accurate; involves WB
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
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
Re: Unsure if here or "Off Topic" was most accurate; involves WB
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?
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
Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization
https://travisjconsulting.com
Re: Unsure if here or "Off Topic" was most accurate; involves WB
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/
Here is some info to check out:
https://ogp.me/
- BaconFries
-
- Posts: 5874
- Joined: Thu Aug 16, 2007 7:32 pm