Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Metadata Addition 20 Oct 2015 17:37 #13605

  • MorganL
  • MorganL's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 438
  • Thank you received: 53
Anyone successfully integrated meta data such as Open Graph into their component?

I.e all data is taken from data entered into your component rather than site wide / menu meta data from a general site meta plugin
Morgan Leecy MCSE

Novell / Linux
PHP. MYSQL, Apache, node.js
Coldfusion, JQuery, HTML5
Joomla

Please Log in or Create an account to join the conversation.

Metadata Addition 30 Oct 2015 08:29 #13651

No, but you can use (for example):

$doc = JFactory::getDocument();
$doc->setMetaData( 'og:title', 'Title' );

You can use it in your display funcion in the view.html.php of a record if you need information from a record or anywhere else.
As long as you use de getDocument en setMetdaData, it will end up in the head of your page.

api.joomla.org/cms-3/classes/JDocument.html#method_setMetaData
The following user(s) said Thank You: MorganL

Please Log in or Create an account to join the conversation.

Last edit: by Romkabouter.

Metadata Addition 30 Oct 2015 10:23 #13652

  • MorganL
  • MorganL's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 438
  • Thank you received: 53
Well found!
Morgan Leecy MCSE

Novell / Linux
PHP. MYSQL, Apache, node.js
Coldfusion, JQuery, HTML5
Joomla

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.076 seconds

Amazing Tool !
And only tool I know that allows complete Scaffolding in terms of component creation. It really saves loads of time (actually much more than that). Simple architecture enables quick and painless changes at any time. Code is clean and consintent. It's just... what's the word... neat! :) Great work! You should definetely try this one!

pi_wo (JED)
         

Get Started