I added some share buttons to my posts on a Wordpress site (by using the Facebook developer tool codes) and every time I share something it appends “shared a link via Widget Share Log App” to the end of the Facebook post. So when I share it’ll say “myName shared a link via Widget Share Log App.” I haven’t added any plugins, I simply installed WordPress then added the Sahifa theme and have been modifying it and setting it up. Anyone have any clue how to get rid of this? The Facebook share code doesn’t have an AppID in it or anything.
相关问题
- Display product ACF field value in Woocommerce tra
- facebook error invalid key hash for some devices
- Adding a custom button after add to cart button in
- How to add a “active” class to a carousel first el
- Setting custom order statuses as valid for payment
相关文章
- wordpress新增页面如何个性化设置
- Facebook login for group members
- select query in wordpress
- Get WooCommerce featured products in a WP_Query
- Woocommerce update shipping methods in checkout vi
- The method FB.api will stop working when called fr
- Receive share file intents with Flutter
- React native deep linking vs Facebook SDK conflct
you need to create an app id on facebook you can request one here [https://developers.facebook.com/] once you have that you need to initiate your facebook sdk like this:
That's all