Kanz Ul Huda Books Pdf Site

While hard copies are best for in-depth study, PDF versions are excellent for quick reference and searching. Here are the safest ways to find them:

1. Official Websites & Publishers The most authentic way to get the PDFs is through the official website of Al-Fatah Trust (Mufti Akmal's organization). They often provide digital copies or have an online book reading section.

2. Islamic PDF Libraries Popular Islamic archives often host these files. You can search specifically for: kanz ul huda books pdf

3. Mobile Applications There are several Android apps titled "Kanz ul Huda" or "Mufti Akmal ki Kitabain" available on the Google Play Store. These apps contain the full text of the books in a mobile-friendly format, which essentially functions as a PDF reader.


The Kanz ul Huda series stands as a beacon of light for those seeking structured Islamic knowledge in Urdu. Whether you download the PDF for the Fiqh course or the guide on Hajj, you are equipping yourself with knowledge derived from authentic sources. While hard copies are best for in-depth study,

We recommend supporting the author by purchasing the physical hardcopies from Al-Fatah Book Agency if possible, as this supports the continued printing of Islamic literature.


This volume focuses on practical rulings for the Sufi aspirant (Salik). It answers complex questions regarding Shariah compliance within Tariqah (the spiritual path). The Kanz ul Huda series stands as a

Many editions of Kanz ul Huda are privately printed by ribats (spiritual schools) in Tarim (Yemen), Indonesia, or East Africa. These communities often view the book as a sacred object, not just data. Distributing a low-quality scan is seen as disrespectful to the text.

If you are looking to download specific titles, here are the most sought-after books in the series.

A specialized book dedicated to the month of Ramadan.

FAQ

Page Plugin is only for Pages and not for Profiles, Events and Groups.

Changelog

1.5.2

1.5.1

1.5

1.4.1

1.4

1.3

1.2.2

1.2.1

1.2

Plugin structure reorganized. Shortcode and template tag functionality added

1.1

More than 20 Facebook Locales added

How to install Simple Like Page Plugin

Installation

  1. Upload simple-facebook-plugin directory to your /wp-content/plugins directory
  2. Activate plugin in WordPress admin

Customization

  1. In WordPress dashboard, go to Appearance > Widgets.
  2. Drag and Drop SFP – Like Page Plugin into your sidebar.
  3. Click triangle near SFP – Like Page Plugin header.
  4. Enter your Facebook Page URL (not your profile URL).
  5. Choose width, height and other options you like.

or

Use [sfp-page-plugin] shortcode inside your post or page. This shortcode support all default parametrs:

If you want Page Plugin 320 pixels width and showing posts you need to use it next way:

[sfp-page-plugin width=320 show_posts=true url=http://www.facebook.com/yourPageName]

or

Use sfp_page_plugin() template tag in your theme files.

<?php if ( function_exists("sfp_page_plugin") ) {
    $args = array(
        'url'           => 'https://www.facebook.com/WordPress/',
        'width'     => '300',
        'hide_cover'=> true,
        'locale'        => 'en_US'
    );
    sfp_page_plugin( $args );
} ?>