![]() |
|
meta title and meta description - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: meta title and meta description (/thread-13090.html) |
meta title and meta description - lainyrache - 2018-06-25 Can you advise ? I have a couple of questions regarding the best way to get my meta description on pages. At the moment, I am using a codeblock for writing the meta description, on all pages, images and albums. However if no description has been entered, the attribute is blank. meta title and meta description - acrylian - 2018-06-25 You are referring the the I am not sure what you exactly are asking. The official If you don't use this plugin you need to do it all yourself via the theme code, manually so to speak. meta title and meta description - lainyrache - 2018-06-26 Yes I am referring to the element in the page . I have tried the plugin HTML_meta_tags - it takes the first sentence of the page content, but I would like the option to manually add a meta description. meta title and meta description - vincent3569 - 2018-06-26 In the same way, I think something is missing with If we are on an image page, we have `` data like
But If we use images of the gallery in a news (by using ZP plugin of TinyMCE), there is no when I want to share that news on social media like FB, pictures are not "read" by FB and then they are not shown by FB. meta title and meta description - lainyrache - 2018-06-26 Apologies - I meant to say element in the meta title and meta description - acrylian - 2018-06-26 @vincent3569
Yes, of course not because the current "page" or "item" is the news article and not the image(s) within. That's how FB & Co work, they use the current url (and ofcourse the info within the opengraph elements if available or often just the first image found). The plugin does not and cannot know about images statically embedded into an articlce or page or what you would like. If you want to share images with their own url on these services, you need to share the actual image page. @lainyrache meta title and meta description - vincent3569 - 2018-06-27 news sharing on FN does not work well at this time. an interesting feature for zenphoto would be that the meta title and meta description - lainyrache - 2018-06-27 Thanks Acrylian. My issue now is getting codeblock content to appear on my home page. My home page is using a different template from all other pages and any content I add to a codeblock is not being called to the page. Can you think of any reason for this? meta title and meta description - fretzl - 2018-06-27 Are you using the printCodeblock() function where you want it to appear? meta title and meta description - lainyrache - 2018-06-27 Yes I am. The code is exactly the same as on my pages.php file where it works fine. meta title and meta description - acrylian - 2018-06-27
Basics of the object model which lies under everything is explained here: meta title and meta description - lainyrache - 2018-07-06 Thanks Acrylian, I got around this by simplifying the templates and using the default template for the homepage. So I think I've got it sorted now. |