Jump to content

GarethW

New Members
  • Posts

    3
  • Joined

  • Last visited

GarethW's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks @ginerjm, yes it did work, but has lead me on to more problems, but will post a different thread, thanks again.
  2. Thanks @ginerjm, and @Mancent, I realised that the Opengraph method is not the way to go (cacheing issues), I was wondering if you could help on this hopefully simple question, is it possible (or have I got the wrong syntax) to pass e.g. '$title' etc into an array: $params = array( "caption" => "$title", "description" => "$text" ); From $title = urlencode("My Sample Title Title"); $text = urlencode("My Sample Description Text"); Again, any help is much appreciated, Gareth
  3. Hi, I'm trying to pass a variable from my php script on the page into the og;metadata, but on the timeline all that is shown is the standard html metadata, am I using the correct php code to call the variable so that it shows up on the timeline? <meta property="og:title" content="<?php $_GET['$title']; ?>"/> the title variable comes from here; $title = urlencode("Take The Test!"); Any help on this is much appreciated, Gareth
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.