Have a look at the .html file corresponding to your Page class. You should be able to just add it there.
-Stijn -----Original Message----- From: - [mailto:[email protected]] Sent: zondag 2 maart 2014 16:01 To: [email protected] Subject: How to set meta tags prroperty for facebook and Open Graph? I need to set meta tag property as I want for facebook and OpenGraph with wicket. <meta property="fb:app_id" content="117243945141208" /> <meta property="og:site_name" content="site.com" /> <meta property="og:type" content="website" /> <meta property="og:title" content="title variable" /> <meta property="og:url" content="http://www.site.com/......" /> <meta property="og:description" content="Description variable" /> <meta property="og:image" content="http://www.site.com/images/...." /> An example code is welcomed because I am a newbie. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
