#5749 - Search Comcode pages for images before setting page icon
| Identifier | #5749 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Search Comcode pages for images before setting page icon |
| Status | Closed (no changes needed) |
| Tags |
Roadmap: v11 (custom) |
| Handling member | Chris Graham |
| Version | 10.0.47 |
| Addon | core_comcode_pages |
| Description | As per https://compo.sr/forum/topicview/browse/deploying/page-icon-problems.htm?redirected=1#first_unread |
| Steps to reproduce | |
| Additional information | For anyone sharing content Comcode page content to Facebook, this will ensure the preview image isn't the page icon. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
(Click to enlarge)
(Click to enlarge)
Or you can edit HTML_HEAD.tpl and remove this:
<meta property="og:image" content="{$METADATA*,image}" />
<meta property="og:image:width" content="{$IMG_WIDTH*,{$METADATA,image}}" />
<meta property="og:image:height" content="{$IMG_HEIGHT*,{$METADATA,image}}" />
to just let agents choose on their own which image to use.