6.62606957-34
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Calendar With Map View(ECWMV)] Google Maps APII answered in another thread:
https://www.ads-software.com/support/topic/where-to-enter-google-maps-api-key/#post-8298149Forum: Plugins
In reply to: [Event Calendar With Map View(ECWMV)] Where to enter Google Maps API KeyYou will need an API key from here:
https://developers.google.com/maps/documentation/javascript/get-api-keyYou will need to edit some of the source files until the developer updates this plugin.
in the plugin directory:
register_fields.php line70
change https://maps.googleapis.com/maps/api/js?&v=3.exp&libraries=places
to
change https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&v=3.exp&libraries=placesin the plugin -> view directory:
single-ecwmv-events.php line 56
change https://maps.googleapis.com/maps/api/js
to
https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEYecwmv_events.php line 222
change https://maps.googleapis.com/maps/api/js
to
https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEYThat worked for me, although I have not fully tested yet. I will update this post if I discover anything else.
Forum: Plugins
In reply to: [Ebay auction scroller] Not workingI presume you have entered a valid Ebay developer APP ID.
I wrote this plugin for those who sell on Ebay and run a blog.
So a valid seller ID is also required.
If you are an Ebay affiliate wishing to promote other sellers auctions then this is not a suitable plugin.
I should have mentioned this, my apologies for wasting your time.
I will update the descriptionI am working on a plugin which which will allow any auction to be listed and provide options to enter Ebay affiliate ID’s so granting commission.
This will be available in a few weeks.