![]() |
|
Mod Options |
![]() |
|||||||||||
More Open Graph Images (Free) by BOP5
![]() Developer Last Online: Dec 2020 ![]() ![]() ![]()
![]() Brought to you by BirdOPrey5 / Qapla.com
If you don't know what Open Graph is, it is a standard which Facebook and other big social networking sites use to extract information from a web page being shared/posted on their site. Open Graph meta tags tell Facebook the URL of the page to share, the title of the page, the type of content, and also one or more images to be used as the thumbnail when a page is shared. A major limitation of vBulletin 4.x has always been the image. The only option vBulletin has is to enter the URL to 1 image in Facebook Options in the Admin CP, and the same image would be shared every time any page from your site was posted to Facebook. This would usually be your site's logo. While it was OK, it was really annoying you couldn't get a picture that had more to do with the exact thread being shared. For example if the thread was about Jeeps and had pictures of Jeeps in the thread it would be better to show one of those pictures instead of the site logo. Now you can. Live Demo: http://www.qapla.com/mods/showthread...e-images-tests (View the HTML source code) This Free version will find-
And add ALL of these as possible og meta tags on your thread page. The Pro Version available on Qapla.com works on Blog Entries and CMS Articles as well, but is otherwise the same. Note: The "Pro" version is bundled with my More Share Options TNG Pro mod, a subscription to one gives access to both. Important Notes - This mod only promises to add the images, youtube videos, and attachments (if enabled) to the list of available of meta tags and this can be confirmed working by viewing the HTML source of the page or using the Facebook Debugger to see all images and other content scraped form your page: https://developers.facebook.com/tools/debug This mod cannot promise Facebook will actually use these images! It is important to understand that giving these pictures as an option to Facebook is as far as any modification can go. After that it is up to Facebook's scraping algorithm to determine which, if any, images will be presented to the users as an option when sharing the page. Facebook does not publish strict details on how they make these choices. Search on Google and you'll quickly find many answers to the question but each one different. Facebook does say that images should be (not must but should be) at least 200 by 200 pixels but they prefer even more a 1500 x 1500 pixel image. They prefer images closer to square than very long or tall. They will auto resize or crop as needed. *It appears Facebook will never use vBulletin attachments even though the Facebook Debugger does pick them up and show them. I suspect the reason is because attachments are not to actual jpg/gif/png images but instead are links to attachment.php. Nevertheless I included the attachment option because Facebook may change this behavior one day and other social networks may not have this limitation. There does not seem to be any ham in presenting multiple images to Facebook, they will choose what they want. I have had more luck getting the option to choose between different thumbnails when using the older "Facebook Share" button as opposed to the "Facebook Like" (or Recommend) button that is default in vBulletin. If you use the free or Pro version of my More Share Options TNG mod you can easily change to the Facebook Share button. Finally this mod knows how to deal with both https and regular http images. The og meta tags are slightly different for each, the correct one will be used based on the image source found. Also, this mod is designed to work with or without the Facebook Platform enabled. For use on vBulletin 4.x.x only. Tested on 4.07, 4.2.0, and 4.2.1. ------------------------------------------------------ Please "Mark as Installed" if you use this. ![]() Donations always appreciated. ![]() Nominate MOTM if you LOVE it! ![]() Download Now Only licensed members can download files, Click Here for more information. Screenshots Show Your Support
|
![]() |
||||
Mod | Developer | Type | Replies | Last Post |
Miscellaneous Hacks Open Internal Links in Same Tab - Ported by BOP5 (VB 4.x & VB 3.x) | BirdOPrey5 | vBulletin 4.x Add-ons | 24 | 16 Oct 2014 10:05 |
Miscellaneous Hacks Open Internal Links in Same Tab - Ported by BOP5 (VB 3.x & VB 4.x) | BirdOPrey5 | vBulletin 3.8 Add-ons | 12 | 30 Sep 2012 20:29 |
#61
|
||||||||
|
||||||||
This mod does put them in the <head> area of the page, at least on the default vBulletin styles.
If you have Facebook enabled on your site the mod looks for the text
which is in the <head> area when Facebook integration is enabled and adds the extra og:image tags below it. If the Facebook platform is not enabled it looks for
and uses that instead. In both cases the code remains inside the <head> section of the source code.
__________________
-Joe Former vb.org Moderator. Retired. @BirdOPrey5 | All Things BOP5 | Joe's Ultimate Off Topic Note - I no longer making new VB mods, sorry. No members have liked this post.
|
#62
|
||||||||
|
||||||||
Originally Posted by BirdOPrey5
Hi Joe,![]()
My bad and my apologies for the incorrect assessment. You code was not inserting anything due to the admin settings I had chosen. I had added the other meta og:image code in the postbit_attachmentthumbnail template many months ago and had forgotten about it. It all works now as you say. Again, my apologies. No members have liked this post.
|
#63
|
||||
|
||||
Originally Posted by NeutralizeR
I just confirmed this issue when using SSL for your forum. The FB debugger loses it mind and FB actual refuses to see the images.![]()
As soon as I comment out ":secure_url" in the plugin, FB debugger is happy and FB actual sees ALL images and lets you choose which one you want. It even works when using attachment images, i.e. the image url is: attachment.php?attachmentid=### BTW, I am using vB 4.2.3 PL2. The following members like this post: BirdOPrey5, RichieBoy67
|
#64
|
||||
|
||||
Hi, I use a Highslide image resize , so all pictures in [IMG] are resized. I had created a [img2] bbcode that not resize image, I use it to show full size in presentation
Is it possible to use [img2] for Open Graph image instead of [IMG] tag or use both together ? Thanks Edit in the xml to import, I had remplaced : $picfindregex = "\[img](.+)\[/img]"; with: $picfindregex = "\[img2](.+)\[/img2]"; Now, Open Graph uses [img2] instead of [img] Is it possible ton use [img] and [img2] together please
__________________
sorry for my bad english No members have liked this post.
Last edited by elsa23; 05 May 2017 at 22:10. |
#65
|
||||
|
||||
if you put an asterisk after the 2 it should tell the regex the 2 is optional and work either way:
But not tested. Worse case just go back to the way you had it, no lasting damage.
__________________
-Joe Former vb.org Moderator. Retired. @BirdOPrey5 | All Things BOP5 | Joe's Ultimate Off Topic Note - I no longer making new VB mods, sorry. The following members like this post: elsa23
|
#66
|
||||
|
||||
Originally Posted by BirdOPrey5
Great, it works!! Thanks a lot ![]()
![]()
__________________
sorry for my bad english The following members like this post: BirdOPrey5
|
#67
|
||||||||
|
||||||||
Hi, I use @MarkFL youtube bbcode
http://www.vbulletin.org/forum/showthread.php?t=319623 So the bbcode is :
I tried to edit this line but it does not work, can you help me please
__________________
sorry for my bad english No members have liked this post.
|
#68
|
||||||||||||
|
||||||||||||
Originally Posted by elsa23
Try...![]()
__________________
-Joe Former vb.org Moderator. Retired. @BirdOPrey5 | All Things BOP5 | Joe's Ultimate Off Topic Note - I no longer making new VB mods, sorry. No members have liked this post.
|
#69
|
||||
|
||||
__________________
sorry for my bad english No members have liked this post.
|
#70
|
|||
|
|||
How can I set default image if theres no attachment?
No members have liked this post.
|
#71
|
||||
|
||||
The default image if there are no other images is set in the Admin CP -> Settings => Options -> Facebook Settings
__________________
-Joe Former vb.org Moderator. Retired. @BirdOPrey5 | All Things BOP5 | Joe's Ultimate Off Topic Note - I no longer making new VB mods, sorry. No members have liked this post.
|
#72
|
|||
|
|||
Hmm, looks like that doesnt work. If theres no image, the image that appear is one of the image from the theme
No members have liked this post.
|
#73
|
||||
|
||||
Does the image show up in the open graph codes in the source code of the page? If it does then perhaps Facebook simply hasn't cleared its cache or doesn't like the image you chose (too small, too big, too wide or tall, etc...) Google "Facebook Debugger" and use that to check what Facebook is seeing. You can also force Facebook to re-scrape the page.
__________________
-Joe Former vb.org Moderator. Retired. @BirdOPrey5 | All Things BOP5 | Joe's Ultimate Off Topic Note - I no longer making new VB mods, sorry. No members have liked this post.
|
#74
|
||||
|
||||
Why doesnt works with https images?
__________________
Rakion Hack - Dota 2 - Dragon City Hack - Audition Latino No members have liked this post.
|
#75
|
|||
|
|||
Perfect!!! Thank you very much, works great on 4.2.3!!!!
The following members like this post: BirdOPrey5
|
![]() |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 10:14.