I don’t think that the publish-action in your twitter plugin is your problem. You probably have a twitter widget or something similar, which will display your twitter posts/status on your blog page.
Twitter access his API with a javascript library. Look in your sourcecode. In the HTML HEAD Element, you should see a call to the twitter platform url:
<script type="text/javascript" src="http://platform.twitter.com/anywhere.js?id=&v=1&ver=1"></script>
This call from your site to the twitter api isn’t encrypted. Your browser will show you a message, which will tell that your content is only partial encrypted. The SSL lock isn’t displayed.
I’ve tried to call the platform.twitter.com url over HTTPS. But the certificate is only valid for twiter.com.
Related Posts:
- urllib.request in Python 2.7
- Create New WordPress User after Twitter Signin, using Twitter credentials?
- How to display custom twitter posts with the twitter plugin?
- Show Twitter followers count snippets don’t work
- Including a post title in a twitter link
- Tweets based on Twitter hashtag into a pending WP post
- Displaying tweets problem with @username
- How can I style a certain element only when wptouch is active?
- Twitter feed – Failed to open stream [closed]
- Displaying Tweets from CPT
- can we add twitter count button on wordpress?
- Turn twitter-urls into list timelines?
- Twitter knocks website out
- echo or return? [duplicate]
- Why isn’t my Twitter widget working in my theme?
- How to acces the twitter user profile link?
- SSL Error: unable to get local issuer certificate
- How to redirect all HTTP requests to HTTPS
- How can I make git accept a self signed certificate?
- https connection using CURL from command line
- HTTPS connections over proxy servers
- syntaxError: ‘continue’ not properly in loop
- syntaxError: ‘continue’ not properly in loop
- syntaxError: ‘continue’ not properly in loop
- @ converted to %40 in HTTPPost request
- Curl command for https ( SSL )
- nodejs – error self signed certificate in certificate chain
- Custom Tumblr theme wont save because of non-https urls?
- Simple Java HTTPS server
- Unrecognized SSL message, plaintext connection? Exception
- HTTPS connection Python
- Make a HTTPS request through PHP and get response
- How to execute a https GET request from java
- Java: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- Enabling HTTPS on express.js
- Mixed Content Page: requested an insecure stylesheet error
- How do you redirect HTTPS to HTTP?
- Ngrok errors ‘502 bad gateway’
- Could not establish secure channel for SSL/TLS with authority ‘*’
- Getting “Handshake failed…unexpected packet format” when using WebClient.UploadFile() with “https” when the server has a valid SSL certificate
- ndroid 8: Cleartext HTTP traffic not permitted
- Python requests SSL error – certificate verify failed
- Why am I suddenly getting a “Blocked loading mixed active content” issue in Firefox?
- How to fix “insecure content was loaded over HTTPS, but requested an insecure resource”
- How to find out if you’re using HTTPS without $_SERVER[‘HTTPS’]
- Https to http redirect using htaccess
- How can I force users to access my page over HTTPS instead of HTTP?
- curl: (60) Peer’s Certificate issuer is not recognized.
- How to force Laravel Project to use HTTPS for all routes?
- How can I fix the “No certificates found – The app Chrome has requested a certificate” Android / Google Chrome issue
- Redirecting from HTTP to HTTPS with PHP
- Issues with installing python libraries on Windows : CondaHTTPError: HTTP 000 CONNECTION FAILED for url
- file_get_contents() how to fix error “Failed to open stream”, “No such file”
- WordPress PHP proxy/helper pages for Twitter API
- How do I disable responsive images in WP 4.4?
- SSL Breaks WordPress CSS
- Setting $_SERVER[‘HTTPS’]=’on’ prevents access to wp-admin
- Disable SSL / HTTPS for wordpress
- Switching MultiSite installation from HTTP to HTTPS
- Why is WordPress redirecting from http to https on a local environment?
- WordPress Internal @ Mentions
- How to migrate a HTTPS WordPress installation to localhost?
- Switch from https back to http
- Stop WordPress from using HTTPS and just use HTTP
- What do I need to do to convert my MultiSite from HTTP to HTTPS?
- Chrome Version 44.0.2403.89 m is trying to force HTTPS
- Is there a way to force ssl on certain pages
- HTTPS leads to Sorry, you are not allowed to access this page
- SSL breaks customizer: page isn’t returned from ajax
- How to prevent WordPress from loading the jQuery library at the top of the page
- Stop WordPress and Plugins from Overwriting .htaccess
- Mixed content warnings after changing site adress from HTTP to HTTPS
- Use https for img src
- A plugin where users can comment with Facebook or Twitter or OpenID [closed]
- Disable all https in WordPress
- Remove Google Fonts Which Are (Probably) Added By Plugins
- How to use WordPress multisite with mixed HTTP and HTTPS sites?
- Loading different JS for http and https
- Importing Tweets with certain hashtags into WordPress
- WordPress in HTTPS, causing Redirect Loops
- Loading style.css and Jquery using HTTPS
- Load images with http urls inside https post
- Local version of a WordPress site – SSL/HTTPS enforced?
- htaccess https redirect from www to non-www
- Force HTTPS using .htaccess – stuck in redirect loop
- bloginfo() and get_template_directory_uri() with SSL?
- Keeps on redirecting on my development copy
- After updating site to use SSL all images in posts point to http://
- Serving HTTP and HTTPS from one installation
- WordPress is Inserting images into Post as HTTP and not HTTPS
- Using WordPress publicize with main account and editor user accounts
- What is the proper use of https in a modern E-Commerce environment?
- force http canonical tag on https pages
- Adding https to wordpress website
- Upgrade to SSL Breaks Admin Dashboard
- WordPress behind Proxy – Mixed Content
- wp-admin redirecting to https, denying login
- How to redirect url requests to https? [closed]
- Globally force SSL on all pages
- Is the WordPress HTTPS Plugin Still Safe To Use? [closed]