Bev Stewart posted a status
Jan 10, 2021
Facebook just did this to me when I tried to post this platform:
Our Community Standards
We don't allow people to post certain URLs on Facebook.
This includes things like:
• Websites with spammy pop-ups
• Websites that pretend to be well-known brands
• Misleading websites
• URLs previously posted by suspicious accounts

You need to be a member of OurPlace to add comments!

Join OurPlace

Comments

  • Thats odd, they sure didnt mind my money when it came to advertising lol. Or even when I shared it in the group. What page did you try to share?

This reply was deleted.
// this function initializes the iframe elements function add_iframe($initArray) { $initArray['extended_valid_elements'] = "iframe[id|class|title|style|align|frameborder|height|longdesc|marginheight|marginwidth|name|scrolling|src|width]"; return $initArray; } // this function alters the way the WordPress editor filters your code add_filter('tiny_mce_before_init', 'add_iframe');