Site icon Anthony Carbon

Facebook share says “Not Found Back to Facebook” using Elated Themes error

Facebook share says “Not Found Back to Facebook” using Elated Themes error can be fix by using this codes below. Just edit this code in social-share.php file located in your theme folder/framework/modules/shortcodes/socialshare/social-share.php

case 'facebook':
 if ( wp_is_mobile() ) {
 $link = 'window.open(\'http://m.facebook.com/sharer.php?u=' . urlencode(get_permalink()). '\', \'sharer\', \'toolbar=0,status=0,width=620,height=280\');';
 } else {
 $link = 'window.open(\'http://www.facebook.com/sharer.php?s=100&p[title]=' . urlencode(kreate_elated_addslashes(get_the_title())) . '&p[url]=' . urlencode(get_permalink()) . '&p[images][0]=' . $image[0] . '&p[summary]=' . urlencode(kreate_elated_addslashes(get_the_excerpt())) . '\', \'sharer\', \'toolbar=0,status=0,width=620,height=280\');';
 }
 break;

For more detailed information, please read this article https://elated.ticksy.com/ticket/761189.

Exit mobile version