og:description using meta description

More
10 years 4 months ago #48800 by iamrobert
For the og:description - I believe FLEXIcontent should pull from the meta description first to insert the code rather than the description. If meta description doesn't exist use description.

lines 311 to 321: plugins/flexicontent_fields/core/core.php

Revised Code:
Code:
if ($useogp && $field->{$prop}) { if ( in_array($view, $ogpinview) ) { $content_val = flexicontent_html::striptagsandcut($field->display, $ogpmaxlen); $metadesc = $item->metadesc; if($metadesc){ JFactory::getDocument()->addCustomTag('<meta property="og:description" content="'.$metadesc.'" />'); }else{ JFactory::getDocument()->addCustomTag('<meta property="og:description" content="'.$content_val.'" />'); } } }

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

More
10 years 4 months ago #48805 by ggppdk
Hello

this is not bad suggestion, probably this should be the desired behavour,

will commit this, should not have any bad effect on existing sites, since it takes effect only if item has meta description

also will commit for toolbar, as og desc can be add by core.php or via toolbar field too


-- a note if you are using metadesc there is no need to strip and cut text of the description field, so the cut /strip tags should be moved inside the
else { ... }

thanks, regards


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

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

More
10 years 4 months ago #48811 by micker
thanks for this code !

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.387 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline