Inserting external image in WordPress plugin to track the plugin instalation

admin2025-06-03  0

Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 6 years ago.

Improve this question

Recently I saw one WordPress plugin from Wordpress repository that was using external images from his own website inside the plugin

I thought it is not allowed to add external resources inside WordPress plugin

Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 6 years ago.

Improve this question

Recently I saw one WordPress plugin from Wordpress repository that was using external images from his own website inside the plugin

I thought it is not allowed to add external resources inside WordPress plugin

Share Improve this question asked Feb 21, 2019 at 3:56 rajesh singhrajesh singh 313 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

According to Detailed Plugin Guidelines:

7. Plugins may not track users without their consent.

Plugins may not track users without their consent. In the interest of protecting user privacy, plugins may not contact external servers without explicit and authorized consent. This is commonly done via an ‘opt in’ method, requiring registration with a service or a checkbox within the plugin settings. Documentation on how any user data is collected, and used, should be included in the plugin’s readme, preferably with a clearly stated privacy policy.

So it all depends on what that image was exactly and was it used. Gravatars are external. FontAwesome files as well...

So you can include external resources. But I don't think you should, unless it's necessary. (And tracking users is not a good reason).

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748881808a314503.html

最新回复(0)