Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Can I add extra og:xxxxxx Custom Meta Tags?

Can I add extra og:xxxxxx Custom Meta Tags?

Views: 708

Results 1 to 2 of 2
6 Jan 2012, 6:50 PM
#1
imperialized avatar

imperialized

New Zenner

Join Date:
Jan 2012
Posts:
2
Plugin Contributions:
0

Can I add extra og:xxxxxx Custom Meta Tags?

Ok, I was wondering about how I could go in and add custom meta tags. I have filled in all of the META information in my website, but I want to take it a step further.

I want to add custom code so that I can add
og:title
og:description
og:keywords

meta tags to my pages, using the same information that is already present in the database, just adding the extra meta tags to the page.

(I have a full understanding of the PHP and SQL to pull the information that I need, just don't know where to put it)

6 Jan 2012, 8:39 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Can I add extra og:xxxxxx Custom Meta Tags?

Your custom html_header.php could be altered to hard-code such additional tags.