Meniti Jalan Kebenaran

Sabda Nabi SAW, "Barangsiapa yang meminjam harta orang lain dengan niat ingin mengembalikannya, Allah akan mengembalikan pinjaman itu, namun barangsiapa yang meminjamnya dengan niat ingin merugikannya, Allah pun akan merugikannya.", Riwayat Al-Bukhari | Muhammad s.a.w. bersabda, "Sesungguhnya sebaik-baik hari ialah hari Jumaat, maka perbanyakkanlah selawat keatas ku pada hari tersebut. Sesungguhnya selawat kalian akan diperlihatkan kepadaku." (Hadis Riwayat Abu Dawud) | Dari Abu Hurairah r.a meriwayatkan bahawa Rasulullah saw bersabda: Musa bin Imran as pernah berkata, "Wahai Tuhanku, siapakah orang yang paling mulia pada pandanganMu? Allah swt menjawab: Barangsiapa yang memberi maaf meskipun dia memiliki kemampuan untuk membalas dendam." (Hadis Riwayat Baihaqi) | Dari Abu Abdurrahman Abdullah bin Mas’ud radiallahuanhu beliau berkata : Rasulullah SAW menyampaikan kepada kami dan beliau adalah orang yang benar dan dibenarkan : Sesungguhnya setiap kalian dikumpulkan penciptaannya di perut ibunya sebagai setetes mani selama empat puluh hari, kemudian berubah menjadi setetes darah selama empat puluh hari, kemudian menjadi segumpal daging selama empat puluh hari. Kemudian diutus kepadanya seorang malaikat lalu ditiupkan padanya ruh dan dia diperintahkan untuk menetapkan empat perkara : menetapkan rizkinya, ajalnya, amalnya dan kecelakaan atau kebahagiaannya. Demi Allah yang tidak ada ilah selain-Nya, sesungguhnya diantara kalian ada yang melakukan perbuatan ahli syurga hingga jarak antara dirinya dan syurga tinggal sehasta akan tetapi telah ditetapkan baginya ketentuan, dia melakukan perbuatan ahli neraka maka masuklah dia ke dalam neraka. sesungguhnya diantara kalian ada yang melakukan perbuatan ahli neraka hingga jarak antara dirinya dan neraka tinggal sehasta akan tetapi telah ditetapkan baginya ketentuan, dia melakukan perbuatan ahli syurga maka masuklah dia ke dalam syurga. (Riwayat Bukhori dan Muslim)."Tiada suatu haripun melainkan di dalamnya malaikat berseru. 'Hai anak Adam, yang sedikit tetapi cukup bagimu, lebih baik daripada yang banyak, tetapi menganiaya kamu." (Ibnu Mas'ud r.a) | "Orang yang mengharap pamrih dari pengabdiannya bukanlah tergolong hamba yang baik." (Imam Ahmad Rifa'i) | "Orang Islami itu adalah orang yang muslim lainnya selamat dari lidah dan tangannya; dan orang yang berhijrah adalah orang yang meninggalkan apa yang dilarang oleh Allah." (HR. Muslim) | "Sesungguhnya seorang hamba itu bila merasa ujub karena suatu perhiasan dunia, niscaya Allah akan murka kepadanya hingga dia melepaskan perhiasan itu," (Abu Bakar Ash-Shiddiq r.a)

Tutorial blogspot

Installing Facebook Like Button in Wordpress

As I promised here at How to install the Facebook Like button in Blogger
will write a post about Installing Facebook Like Button in
Wordpress. However, need to know that this trick is only for wordpress.org
users (Self hosted), not for wordpress.com users (free wordpress).
To install Facebook Like Button in wordpress can be considered very easy,
as long as you are not too blind with HTML or PHP coding. The first thing
to think about is where you want to place your Facebook Like Button, under
posts, above posts, in homepage, or in the single posts.
The code of Facebook Like Button
If you're confused to find the code of Facebook Like Button, you can use
below code.
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php
the_permalink()
?>action=likelayout=standardshow_faces=truewidth=450font=arialcolorscheme=light"
allowTransparency="true" frameborder="0" scrolling="no" style="border:none;
overflow:hidden; width:450px; height:25px;"></iframe>


Overview of Wordpress Theme Structure


Need to know that the structure of blogger template is different from
wordpress theme structure. Perhaps, I can explain as follows. The Blogger
Template has one file in its structure, while Wordpress Theme is divided
into some files, but of course, all of the files are in a chained
relationship.


Generally, the file to manage the display of homepage is named index.php,
the single post named single.php, and the static pages named page.php, and
other files may exist. However, for premium themes, finds
different file naming. .


How to install Facebook Like Button in wordpress posts


For your basic knowledge, the code of wordpress post is like below:

<?php the_content(); ?>

But it may be different with your current theme, e.g. at default wordpress
theme, in its index.php includes the code below:

<?php the_content('Read the rest of this entry '); ?>

Here you can see that the basic code remains the same, only different at
"Read the rest of this entry ".


A default wordpress theme to illustrate
the way of installing Facebook Like Button. The Button is expected to
appear only at the end of post (single post). Tips: Practice this tutorial
on your probation blog to avoid any mistake and error during the
installation. But if you want to directly practice to your main blog, you
should backup your blog fully before editing.

Please login to your blog.

Go to Appearance => Editor.

On the right side, find the file of single.php then click it. Wait until
it loads perfectly.

Copy and then paste the code below, exactly above or below this code
<?php the_content('<p class="serif">Read the rest of this entry </p>'); ?>


<iframe src="http://www.facebook.com/plugins/like.php?href=<?php
the_permalink()
?>action=likelayout=standardshow_faces=truewidth=450font=arialcolorscheme=light"
allowTransparency="true" frameborder="0" scrolling="no" style="border:none;
overflow:hidden; width:450px; height:25px;"></iframe>

Click Update File. Wait until the process completed.

Now open your blog, and then click the title of the post or on "Read
more".

Go to the end of post, and there, you should find your Facebook Like
Button.

Done.

The above is the example for single post. If you want the button on your
homepage, just include the code in the index.php file. For static pages,
just include the code in page.php file.

///////////////////////////////////////////
The best and most effective SEO Software

Posted: 29 Jul 2010 10:30 AM PDT
http://feedproxy.google.com/~r/BlogspotTutorial/~3/NSyBTSz_QbE/best-and-most-effective-seo-software.html?utm_source=feedburner&utm_medium=email

Talking about online bu

Related : Tutorial blogspot