Forums | Mahara Community
Support
/
Index page Meta Tag
02 February 2013, 9:13
Hello Team,
I am using Mahara version 1.62
when I press F12 on the index page. I Get
<metaproperty="og:description"content="Mahara is an open source ePortfolio and social networking web application. It provides users with tools to create and maintain a digital portfolio of their learning and social networking features to allow users to interact with each other."/>
Please let me know how do I change this to the description of my own.
03 February 2013, 6:30
The sentence you write should be the facebook description string found in htdocs/lang/en.utf8/mahara.php
// Registration statistics
$string['content'] = 'Content';
$string['modified'] = 'Modified';
$string['historical'] = 'Historical data'; $string['institutions'] = 'Institutions';
$string['members'] = 'Members'; $string['blocks'] = 'Blocks';
$string['artefacts'] = 'Artefacts'; $string['posts'] = 'Posts';
$string['facebookdescription'] = 'Mahara is an open source ePortfolio and social networking web application. It provides users with tools to create and maintain a digital portfolio of their learning and social networking features to allow users to interact with each other.';