Skip to content

Commit

Permalink
Facebook Like & Comment 11/24/2022 10:04 pm Ernest Allen Buffington
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestbuffington committed Nov 25, 2022
1 parent c73f068 commit a1ae105
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions includes/functions_titanium_custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@
function facebook_likes() {
if (defined('facebook')):
global $sid, $appID, $my_url;
echo 'LIKE START</br>';

# IFRAME LOADER
#echo '<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.php-nuke-titanium.86it.us%2Fmodules.php%3Fname%3DBlogs%26file%3Darticle%26sid%3D' . $sid . '%26mode%3Dnested%26order%3D0%26thold%3D0&tabs=timeline&width=180&height=70&small_header=false&adapt_container_width=true&hide_cover=true&show_facepile=true&appId=' . $appID . '" width="180" height="70" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>';
# NORMAL LOADER
//echo '<div class="fb-page" data-href="https://' . $my_url . '/modules.php?name=Blogs&amp;file=article&amp;sid=' . $sid . '&amp;mode=nested&amp;order=0&amp;thold=0" data-tabs="timeline" data-width="180" data-height="70" data-small-header="false" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="true"></div>';

endif;
echo 'LIKE END</br>';

}

function facebook_comments() {
Expand Down

0 comments on commit a1ae105

Please sign in to comment.