Dharmesh Patel
Forum Replies Created
-
Forum: Plugins
In reply to: [Autopost for X (formerly Autoshare for Twitter)] Seems not to workForum: Plugins
In reply to: [Autopost for X (formerly Autoshare for Twitter)] Seems not to workHi @ibiza69,
Thanks for following the steps and testing it out. It’s a bit strange. Just wanted to double-confirm that you are on newly introduced access levels (Free, Basic, etc…). As old access levels (Standard (v1.1), Essential (v2), Elevated (v2)) are deprecated by Twitter and no longer work now. More information.
Thanks.Forum: Plugins
In reply to: [Autopost for X (formerly Autoshare for Twitter)] Seems not to workHi @ibiza69,
Thank you for sharing the information about your new v2 App. Based on the error message you received, it seemsOAuth 1.0a
Authentication may not be enabled on your app. Could you please follow these steps and confirm whether it works for you?- Go to the?Twitter developer portal
- Click on Projects & Apps on the left navigation menu.
- Find the App and click it to show the Settings page for the App.
- Click “Setup” under User authentication settings to set up Authentication.
- Enable
OAuth 1.0a
and Set App permissions to Read and write. - Set the
Website URL
andCallback URLs
fields to https://yourdomain.yourdomainextension and clickSave
. - Switch from the “Settings” tab to the “Keys and tokens” tab.
- Click on the
Generate/Regeneate
button in the?API Key and Secret
?section. - Copy the?
API Key
?and?API Key Secret
?values and add them to the plugin settings. - Click on the?
Generate/Regeneate
?button in the?Access Token and Secret
?section. - Copy the?
Access Token
?and?Access Token Secret
?and add them to the plugin settings.
Please let me know if you encounter any further issues.
ThanksForum: Reviews
In reply to: [Featured Image by URL] updateHello @mohammadpoor ,
Thanks for 5-Star review. please use plugin from here for now https://github.com/iamdharmesh/featured-image-by-url/archive/master.zip it will work with WP 5.4.
Thanks.
Forum: Plugins
In reply to: [Featured Image by URL] broken after update 5.4Glad to know that its working fine for you now. ??
Best Regards,
Forum: Plugins
In reply to: [Featured Image by URL] broken after update 5.4Hello @howieyagaloo ,
I have made some changes in plugin for fix your issue. can you again by downloading plugin from link (https://github.com/iamdharmesh/featured-image-by-url/archive/master.zip). Let me know if it fix issue for you.
Thanks
Forum: Plugins
In reply to: [Featured Image by URL] broken after update 5.4Hello @howieyagaloo,
Please follow below steps
1.) download plugin from given link
2.) extract and rename folder to featured-image-by-url
3.) zip it
4.) remove/delete current version of plugin
5.) upload this new plugin zip
6.) activate
That’s allIf you don’t want to follow this long process just follow below one ?? (however above one is more proper)
1.) deactivate current plugin
2.) upload downloaded zip(featured-image-by-url-master.zip) and activate plugin
Note: this shorter way will not get auto updates as WP update plugin based on plugin slug.Hope this will help.
Thanks
Forum: Plugins
In reply to: [Featured Image by URL] broken after update 5.4Hello @xoldie and @howieyagaloo ,
Thanks for reporting issue and sorry for the inconvenience happen to you.
Plugin will be fixed very soon in the next version. You can use fixed version now by download directly from here ==> https://github.com/iamdharmesh/featured-image-by-url/archive/master.zip
Hope you are doing well in this COVID-19 trouble time. #StaySafe
Thanks
Forum: Plugins
In reply to: [Featured Image by URL] Problem with image on FacebookHello @j019 ,
Yes, currenty. plugin doesn’t supports open graph image property.
Which SEO plugin you are using? If you are using Yoast SEO then you can try below code in your functions.php
add_filter('wpseo_opengraph_image', 'custom_wpseo_opengraph_image'); function custom_wpseo_opengraph_image( $image ) { if ( is_single() ) { $post_id = get_the_ID(); $image_attributes = get_the_post_thumbnail_url( $post_id ); if ( $image_attributes !== false ) { $image = $image_attributes[0]; } } return $image; }
NOTE: This code I directly wrote here and its not tested. please try in local before use it on production
Best Regards,
DharmeshForum: Plugins
In reply to: [Featured Image by URL] Can we set the image URL by Meta key?Hello @marv2,
Thanks for reaching out to us.
Yes, you can set it by meta_keys. please find meta keys below.
URL: _knawatfibu_url
Alt Text: _knawatfibu_altThanks,
DharmeshForum: Plugins
In reply to: [Featured Image by URL] Facebook Open Graph Doesn’t Detect ImagesHello @vinaythoke & @skynic,
Thanks for reaching out and sorry for delayed response.
@vinaythoke can you please provide details which plugin you are using for generate facebook open graph data. so, we can check for possible solutions.
@skynic please keep watch on github issue here https://github.com/Knawat/featured-image-by-url/issues/18. will add support for “Facebook for Woocommerce” soon.
Thanks
Dharmesh PatelForum: Plugins
In reply to: [Featured Image by URL] the plugin box does not appearHello @streamingscore,
Thanks for the reaching out to us.
I chose “post and page” on the panel.
Actually, you need to check those check only if you don’t want to enable featured image by URL meta-box on that post type. Those check-boxes are for disable.
Please uncheck those checkbox, meta-box will work fine.
Thanks,
Dharmesh PatelHello @yeknafar,
Thanks for reaching out to us and sorry for the delayed response.
Unfortunately plugin does not have this type functionality. but you can do it by custom php code as plugin just store image data in post_meta table it would be not difficult to implement.
Thanks,
Dharmesh PatelForum: Plugins
In reply to: [Featured Image by URL] Importing URLs via PHPHello @screenload,
Thanks for reaching out.
WooCommerce needs image width and height for display image in lightbox. so we are storing it with image URLs. but you can import only image URL string into featured image field and comma-separated image URLs for the gallery fields. the plugin will take care of all other things.
hope this will help you.
Thanks,
Dharmesh PatelHello @helpme3,
Thanks for reaching out to us. Sorry for the inconvenience happen to you.
Currently, the plugin only supports import into UTC timezone. so please change your events manager timezone to UTC. the issue will get resolved.
Thanks
- This reply was modified 6 years, 3 months ago by Dharmesh Patel.