Log in

View Full Version : How can i get the title? (vb:raw)


zonaw
09-12-2015, 12:48 PM
I need to use the title of the page on a meta property:

Example:

<meta property="og:title" content="TITLE OF THE PAGE"/>

The following code its not working for me:

<meta property="og:title" content="{vb:raw page.title}"/>

Scandal
09-12-2015, 06:48 PM
Maybe:
<meta property="og:title" content="{vb:raw pagetitle}"/>
?