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()))…