jobinjose01
Forum Replies Created
-
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Carouseloh that would not work , bcoz the enlarge image is custom Javascript created, so the plugin unable to initialize dynamically adding content to the page (means page loading time no such large image in the page, that is why this happen)
If you can add a class name to enlarge image parent element(enlarge image may wrapped with a hyperlink tag ‘a’ add a class as ” wwm_socialshare_imagewrapper ” then it would works.
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] vk.com share – would be goodCustom requirement can be implement with additional payment. ??
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Undefined variable: scripts injust add the following line.
$scripts = "";
after this line in
wwm_social_share.php
$options = get_option('wwm_params');
Hope it resolved. ??
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Featured Image in Custom LoopSorry this plugin didn’t work with featured images with loop
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Undefined variable: scripts inwhich version of WordPress are you using ?
is that comes after an update ?Forum: Plugins
In reply to: [WWM Social Share On Image Hover] CarouselThis plugin may not compatible for Gallery plugins, I didn’t checked with Carousel plguin, you can try Free version if its works, the you can choose PRO version that have the feature of limiting share icons on particular images (class name or image name).
Yes its possible you have to customize the javascript code.
edit the plugin js file
wp-content/plugins/wwm-social-share-on-image-hover/js/wwm_custom.js
It may be minified you have to beautify it.
following code
if (jQuery(e).hasClass("wwm_pinit")) { var l = "https://pinterest.com/pin/create/bookmarklet/?media=" + encodeURIComponent(u) + "&url=" + encodeURIComponent(a) + "& is_video=false&description=" + o; wwm_common_share(l) }
change to
if (jQuery(e).hasClass("wwm_pinit")) { var l = "https://pinterest.com/pin/create/bookmarklet/?media=" + encodeURIComponent(u) + "&url=" + encodeURIComponent(a) + "& is_video=false&description=" + jQuery(e).parent().prev("img").attr("alt"); wwm_common_share(l) }
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Only sharing image for some social mediaYes its a known problem , there is no way to share exact image on Google+ it read the site url and your og:image will read.
For the twitter and Linked in its not implemented with Oauth API , then only able to share images.
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Facebook share doesn't workYou don’t need to build an app, just need to create an app in the FB with your FB account. the instructions are clearly mentioned https://www.walkswithme.net/social-share-icons-on-image-hover here , when you check at the https://www.walkswithme.net/wp-content/uploads/2014/07/Fb-app-creation-300×254.jpeg image it have clear idea to set your domain url, then just publish the app.
The share image will only works with FB App creation boc FB update few things last year.
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] share my site on fbThis plugin is not aim to POST to FB pages, It share the images to users FB pages. means (Who share the Image , their own account ).
I guess you’re looking for Post to FB plugins right ?
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Facebook button bringing up error?Sorry for the delay.
glad to know you figure it out. ??can you share the site url so I can take a look at the issue.
Forum: Reviews
In reply to: [WWM Social Share On Image Hover] Please update the plugin.Thanks for using my plugin.
It works fine with FB also , you may not create FB APP correctly that is why it not works on FB share.FB share required an APP creation with FB, then only exact image can be share.
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] Sharing Buttons in center?I glad to hear you found the solution yourself.
that’s great nothing stupid.Also its good to know it works with jetpack gallery ??
Forum: Plugins
In reply to: [WWM Social Share On Image Hover] It is possible to put in a specific div?Sorry for delay,
I didn’t find the plugin on your site link.