The privacy tag has no wiki summary.
0
votes
0answers
37 views
Privacy compliant Facebook like button with count [closed]
Here in Germany privacy rules (Datenschutz) are really strict. Chances are high to get a cease and desist letter (Abmahnung) from a competitor when I put the regular facebook like button on my ...
2
votes
1answer
66 views
Can WordPress store comment cookies on two different computers?
It's usual that WordPress stores comment author name and email in the user's browser cookies, so next time the visitor has to comment, they have their name and email already filled in automatically.
...
28
votes
3answers
618 views
Does WordPress send data about your blog to WordPress.org or Automattic?
I've recently heard someone say WordPress does send data about your blog to back home. Is that true? and if so what data is that or where in the code can I see what's exchanged?
2
votes
0answers
265 views
WordPress MultiSite Active Directory integration and site privacy
Here's the overview of the setup:
I have a multisite installation of WordPress 3.4.2.
I've installed the Active Directory Authentication Integration plugin ...
0
votes
3answers
504 views
How to control who can view certain pages in BuddyPress?
I would like to control who can see a page in BuddyPress and restrict anyone else from accessing it.
Something along the lines of the following pseudocode:
<?php if ( loggedin_user_ids==1,4,5,7 ) ...
0
votes
4answers
437 views
No option “I would like my site to be private, visible only to users I choose” in Privacy Settings
I am running WordPress 3.3.2 self-hosted. I used to see the option "I would like my site to be private, visible only to users I choose" under Privacy Settings but I no longer see this option. Instead, ...
0
votes
3answers
211 views
Exclude post from home page and archives, but still public
Can a post be hidden from home page, archive view, category lists etc. and viewable only if you have a direct link to it?
The blog doesn't have registered readers and is open to public so that would ...
0
votes
1answer
561 views
WordPress/BuddyPress plugin to allow users to create members-only posts
I'm setting up a site using BuddyPress and I'd like to be able to give members the option to create new blog posts that are viewable only to members of the blog itself. I've found a couple of plugins ...
0
votes
1answer
123 views
auto generated robots.txt problem
I have a site visibility in privacy settings set to allow search engines to see my site but for some reason when i go to the auto generated robots.txt file it shows
User-agent: *
Disallow:
switching ...
8
votes
2answers
199 views
Which of my blog and personal data is being transfered when Wordpress automatically checks for updates?
I'm generally concerned about privacy and I've heard that with each contact to the Wordpress API for update checks and similar a lot of my blogs data is being transfered.
To get a better impression, ...
0
votes
2answers
167 views
Maximum protection without using password/login
I want to hide my WordPress site (or any website) from the world and only allow certain users to enter. What's the best way of doing this without setting up user accounts and passwords? Or perhaps ...