PDA

View Full Version : How to add structured data to vb4


Emad ELsayed
03-27-2017, 01:38 PM
welcome everybody
How to add structured data to VB4
I searched and did not find clear information for forums

<meta property=?og:title? content=? ?/>
<meta property=?og:type? content=??/>
<meta property=?og:url? content=??/>
<meta property=?og:image? content=??/>
<meta property=?fb:admins? content=??/>
<meta property=?og:site_name? content=??/>
<meta property=?og:description? content=??/>

Help me how to use it vb4

Emad ELsayed
03-29-2017, 01:54 PM
Any help...

z3r0
03-29-2017, 03:10 PM
Most of the info you need you should be able to work out from this twitter card thread.

https://vborg.vbsupport.ru/showthread.php?t=319694

Emad ELsayed
03-30-2017, 10:42 AM
Most of the info you need you should be able to work out from this twitter card thread.

https://vborg.vbsupport.ru/showthread.php?t=319694

Thank you dear
But how to add the link thread

<meta property=?og:url? content=??/>
<meta property=?og:type? content=?article?/>
<meta property=?og:title? content=?{vb:raw thread.prefix_plain_html} {vb:raw thread.title}?/>
<meta property=?og:description? content=?{vb:raw thread.meta_description}?/>

z3r0
03-30-2017, 10:52 AM
This is what I have

<meta property="og:url" content="{vb:raw vboptions.bburl}/{vb:raw thread_url}" />

Emad ELsayed
03-30-2017, 11:01 AM
Very cool dear
And what about : <meta property=”og:image” content=””/>
Is it important or not and what is added to it
Best Regards

z3r0
03-30-2017, 11:04 AM
I just uploaded a site logo file and pointed it to that, If I remember correctly due to the way vb handles image attachments they don't work for opengraph.

See this thread for more info - https://vborg.vbsupport.ru/showthread.php?p=2434215

Emad ELsayed
03-30-2017, 11:07 AM
I just uploaded a site logo file and pointed it to that, If I remember correctly due to the way vb handlesimage attachments they don't work for opengraph.

See this thread for more info - https://vborg.vbsupport.ru/showthread.php?p=2434215

Thank you very much for helping me
I also added the logo of the site and I will try the product soon
Best regards

z3r0
03-30-2017, 11:11 AM
I've just remembered that there is another OG image mod, you might want to take a look at also - https://vborg.vbsupport.ru/showthread.php?t=292850