Skip to content

Foundation Book Facebook Campaign

The Foundation Book can be shared as a governed Facebook series without giving QLens access to your Facebook account.

1. Build the bilingual book

qlens publication foundation-book

2. Create a Bangla campaign

qlens campaign create PUB-000001 \
  --profile facebook_bn \
  --parts 12 \
  --cadence daily \
  --actor Mamun

English uses the same publication:

qlens campaign create PUB-000001 \
  --profile facebook_en \
  --parts 12 \
  --cadence daily \
  --actor Mamun

The command creates copy-ready .txt posts, traceable Markdown files, campaign.json, and a downloadable ZIP under:

generated/publications/campaigns/

3. Share a post manually

Open the next .txt file, copy it, paste it into Facebook, add a cover or quote card if desired, review, and publish.

4. Record publication progress

qlens campaign mark CMP-PUB-000001-FACEBOOK-BN \
  --part 1 \
  --actor Mamun \
  --url "https://facebook.com/your-post-url"

Inspect the campaign:

qlens campaign show CMP-PUB-000001-FACEBOOK-BN --json

List every campaign:

qlens campaign list

Verify stored post digests:

qlens campaign verify

QLens tracks which part is ready, which part was published, the next part, and the optional Facebook URL. Automatic posting remains disabled.