Activity Feed

Bev Stewart posted a status
Now they are blocking my notifications.
Jan 10, 2021
Bev Stewart posted a status
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…
Jan 10, 2021
Bev Stewart is now a member of OurPlace
Jan 10, 2021

Gender

Female


Location

Carthage, NC


Birthday:

June 14


// 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');