ZenphotoCMS Forum
Bug in Facebook app_id implementation in 1.5 meta_tags - 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: Bug in Facebook app_id implementation in 1.5 meta_tags (/thread-13178.html)



Bug in Facebook app_id implementation in 1.5 meta_tags - undagiga - 2018-11-20

1.5 Implements a number of Facebook meta tags via html_meta_tags.php, including app_id. However the meta tag that results is of the form:
meta property="fb:app_id" content="1.234567890123E+14"
and the FB debugger understandably complains that this is not a valid app id. Removing "sanitize_numeric" from line 412 of html_meta_tags.php fixes the problem.




Bug in Facebook app_id implementation in 1.5 meta_tags - acrylian - 2018-11-20

Thanks for the note.