macfo
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Pre-release 5.1.8.rc1 is availableI’m trying now!
Forum: Plugins
In reply to: [WP Photo Album Plus] Disable navigation in lightboxYes, it works!
Forum: Plugins
In reply to: [WP Photo Album Plus] Insert like and send FacebookI have the same problem with version 5.1.8
I’m not app id facebook moderator…
Forum: Plugins
In reply to: [WP Photo Album Plus] Insert like and send Facebookyes, I wanted you to see where I work
while this is the site where I’m trying
Forum: Plugins
In reply to: [WP Photo Album Plus] Insert like and send FacebookYes, of course
In my blog site, without wordpress use open graph to insert this:
<meta property=”fb:admins” content=”123456789″ />
<meta property=”fb:app_id” content=”123456789123456789″ />and in the comments of facebook has appeared moderator.
But in the WP Photo Comments work, but are not moderated.
Forum: Plugins
In reply to: [WP Photo Album Plus] Disable navigation in lightboxGOOD!
Forum: Plugins
In reply to: [WP Photo Album Plus] Pre-release 5.1.8.rc1 is availableI hope to load it in the week, thanks again!
Forum: Plugins
In reply to: [WP Photo Album Plus] Insert like and send FacebookI have to thank you! I have a problem, I inserted facebook app ID in the code, but I’m not comments moderator. while in the other articles works
Forum: Plugins
In reply to: [WP Photo Album Plus] Pre-release 5.1.8.rc1 is availableThe version prior to 5.1.7 when it was enabled og: property facebook was loaded even without photos in the post and was in conflict with other social plugins. Putting this code posted makes sure that you do not load when empty. But I just read that you solved in the new version. thanks
Forum: Plugins
In reply to: [WP Photo Album Plus] Pre-release 5.1.8.rc1 is availableI just solved the conflict with facebook property. But wait for the next update 😀 tks!
in wppa-non-admin.php go to line 53 to 74!
// Share info for sm that uses og $id = wppa_get_get('photo', '0'); if ( ! is_numeric($id) ) $id = '0'; if ( get_option('wppa_og_tags_on', 'yes') == 'yes' ) { wppa_cache_thumb($id); if ( $thumb ) { $title = wppa_get_photo_name($thumb['id']); $imgurl = wppa_get_thumb_url($id); $desc = wppa_get_og_desc($thumb['id']); $url = wppa_convert_to_pretty(str_replace('&', '&', wppa_get_image_page_url_by_id($thumb['id'], $wppa_opt['wppa_share_single_image']))); $site = get_bloginfo('name'); echo "\n<!-- WPPA+ Share data -->".' <meta property="og:site_name" content="'.esc_attr($site).'" /> <meta property="og:type" content="article" /> <meta property="og:url" content="'.esc_attr($url).'" /><!-- dynamicly updated --> <meta property="og:title" content="'.esc_attr($title).'" /><!-- dynamicly updated --> <meta property="og:image" content="'.esc_attr($imgurl).'" /><!-- dynamicly updated --> <meta property="og:description" content="'.esc_attr($desc).'" /><!-- dynamicly updated -->'; echo "\n<!-- WPPA+ End Share data -->\n"; } }because there was a conflict when loading the post
Forum: Plugins
In reply to: [WP Photo Album Plus] Disable navigation in lightboxIt works perfectly!
Thanks a lot!
Forum: Plugins
In reply to: [WP Photo Album Plus] Disable navigation in lightboxI’m sorry I have explained myself badly,
should remove the component “group” in “rel”
from this example:
<a title="" href="/wp-content/uploads/wppa/img.jpg?ver=1" rel="wppa[slide-1-0]"> </ a>to:
</a><a title="" href="/wp-content/uploads/wppa/img.jpg?ver=1" rel="wppa"> </ a>Tks again!
Forum: Plugins
In reply to: [WP Photo Album Plus] Disable navigation in lightboxHello, thanks for the reply
I tried to delete the tag “rel” from HTML files but not the WP Photo Album
and the lightbox opens normally
without going back and forth
however if you can not, thank you anyway