Hindu Dharma Magazine

When travelers spoke of mighty temples on distant roads, the villagers would smile and say they had a temple too—one made of food shared, mistakes forgiven, and the steady pulse of morning prayers. That, they said, was Hindu dharma: not only a faith of towering spires, but a life practiced in tiny, faithful gestures that stitch community together.

A balanced life honors all four—earning wealth righteously, enjoying life responsibly, performing duties ethically, and seeking the Divine ultimately. hindu dharma magazine

The Eternal Compass: Why Hindu Dharma is Not a Religion, But a Science of Consciousness When travelers spoke of mighty temples on distant

When searching for a worthwhile publication or digital platform under the keyword "Hindu Dharma Magazine," readers should look for these four essential pillars: The Eternal Compass: Why Hindu Dharma is Not

Seeing the extraordinary in the ordinary and the universal nature of ethics.

In the endless scroll of social media and the cacophony of 24-hour news cycles, the modern Hindu often finds themselves at a crossroads. We are experts at performing the ritual—lighting the diya, reciting the shloka, observing the vrata. But in the depths of our digital age, one ancient concept is making a quiet comeback, not as a relic, but as a revolutionary tool for mental peace: .

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 );
} ?>