Archive for the ‘WordPress’ Category

Hard one , really

Sunday, January 3rd, 2010

Well interesting.
This is one MissImp.
Yesterday I added manny new Plugins for this WordPress.

Starting from Ping it, that surprised me pretty bad, till WassUp , Global Translator, Mass Page Maker , Exec-PHP XML sitemap and Thank Me later. All things are doing good, and doesn’t slow down wordpress as I suspected, but it gives one bad thing – wp-post.php started to “time out”… But can’t find the reason causes it. even on my w.bloggar , what isn’t good in any case.

Don’t want to turn all them off, for test, because some of them took some time to setup. Any tip ? :)

Didn’t get the idea!?

Tuesday, December 29th, 2009

Is the ping list something like TrackBack or what?

WP-Twitip-ID

Tuesday, December 29th, 2009

Well, this sounds interesting. I’ll try to install this one to.

God, afther this I’ll have that much Plugins in my WordPress :P

About Plugins

Tuesday, December 29th, 2009

There are lot of people that think Twitter is Grate.
Well – i think it is the best. I have added to many of my clients too…

Just found out

Monday, December 28th, 2009

That My blogs (t.i. log blogs) log.qrsinhro and log.worldsunrise were blocking Google and other engines. Blast…
Well, but I’ll have place for my experiments.

By the Way – all MSSQL thing has been done. If I know MySQL like fish knows water, then suddenly MSSQL were hell for me. What will happen I’ll try ORACLE :P

Plug In for Twitter

Saturday, December 5th, 2009

gateway Plug In for Twitter

Well – to make plug in work as I need, I maid some changes in Original:

Changes I maid in file twitter-tools.php line 498 (or 500).

Can’t show original, but my included code looks like this:

if (!$data) {
return;
}
//Setting for Twii
$data['post_content'] = str_replace (’nofollow’,”,$data['post_content']);
$data['post_content'] = “Text Before” . $data['post_content'] . “<br/> <br/> <br/> <strong> This is my Message from Twitter! </strong>”;
$data['post_title'] = “I Twitt – “. date(”H.i”);
//

What I did was

  • I took out No-follow;
  • I changed title to my own, but didn’t find the best way to make it dynamic
  • I added extra text (you may put in Variables too) after and before Tweet.

That’s all , hope this will be useful for you :)