-
Add full previews to your twitter feed on WordPress using Ozh’ Tweet Archiver
Ozh’ Tweet Archiver is a WordPress plugin that can archive your tweets on your own blog; it simply creates a new post for each tweet. Additionally, it offers converting hashtags to WordPress tags, and several other features. Nevertheless, one feature, I thought might be interesting, is to process the links on tweets and show them as a Facebook feed. Recently, I modified the code and it worked very well on my blog: Gadelkareem Tweets.
- All we need is to modify the “wp-content/plugins/ozh-tweet-archiver/inc/import.php” file as following: (more…)
-
Add full previews to your twitter feed on WordPress using Ozh’ Tweet Archiver :: GadElKareem –
Add full previews to your twitter feed on WordPress using Ozh’ Tweet Archiver :: GadElKareem –
#php #wordpress #twitter -
Disqus problem with wordpress “unable to connect to the disqus api servers” –
Disqus problem with wordpress “unable to connect to the disqus api servers” –
#curl #disqus #PHP #plugins #wordpressDisqus problem with wordpress “unable to connect to the disqus api servers” :: GadElKareemgadelkareem.com
I recently installed Disqus plugin for WordPress; however, I have been receiving this message unable to connect to the disqus api servers. By looking into the
-
AnythingSlider for Worpress caption problem
The caption problem with AnythingSlider in WordPress is that it is already implemented in the plugin but not on the FX script or the CSS. All you need to do is adding this style to your post or page
.anythingBase li { position: relative; } .wp-caption-text{ color:#fff; display: none; height: 70px; text-align: center; background:#000; opacity:0.6; position: absolute; left: 0; top: 391px; width: 561px; } .activePage .wp-caption-text{ display: block; }
The caption tag could be added through the add media button or manually
[caption caption="caption text" align="alignnone"]<img src="http://example.com/ex.jpg" alt="" />[/caption]
