How can I add a Promo slot to my journal or community? (original) (raw)

You need to opt into Cyrillic services to promote your entries in other journals’ promo slots. Only public entries can be promoted. The social capital of the journal or the community must be ≥20

Who can enable a promo slot in their journal or community?

To add a promo slot to your journal make sure that your journal meets the following requirements:

Promo slots can be placed in communities as well as personal journals, as long as you are the community’s owner or maintainer.

How can I enable the promo slot?

You can enable Journal Promo in your journal on the settings page in the My Journal Promo tab. This tab is only accessible when your social capital reaches 20.
To enable the promo slot, check “Enable Journal Promo in my journal” and save changes.
On this page you also can do the following:

The promo slot is displayed to all visitors of the journal (including logged-out visitors) on entry pages and - for journals with Style System 2 - on the journal page.

What can I do if somebody is promoting an entry that goes against my rules for promotion?

You can ban the user from your journal. This will result in the user being unable to place entries in your promo block. No additional measures will be taken against such users by the service.

How can I enable the promo slot in my community?

The promo slot for communities is in many ways similar to the one in journals, but the following differences exist:

The promo slot can be turned on in account settings. Make sure that the active user (in the top-right) is switched to the appropriate community. The community must have a social capital of at least 20, must be a community with Professional package of service and must be subscribed to Cyrillic services.

How many LJ Tokens will I get?

LiveJournal takes 10% commission from every promotion in your journal. So you’ll get the price of the promotion minus that commission.

The minimum commission is 1 LJ Token.

How do I adjust my custom journal style to enable the promo slot?

If you use your own custom journal style, you can try to follow these instructions:

  1. Visit Your layers page

  2. In your code, find the cycle that displays entries in your journal. It usually looks like this:

  3. After the entry output function { _print_entry($e); } (or simply before the cycle-closing '}') add the command for the display of promo slot.
    If you do not have to wrap it in additional HTML, you can simply write:
    If you need to wrap a promo slot in DIV or put HR after it:

  4. Compile the style and see if the promo slot appears in your journal.