{"id":246,"date":"2026-09-15T11:31:46","date_gmt":"2026-09-15T09:31:46","guid":{"rendered":"https:\/\/www.tahrir.se\/?page_id=246"},"modified":"2026-09-16T13:42:39","modified_gmt":"2026-09-16T11:42:39","slug":"bli-medlem","status":"publish","type":"page","link":"https:\/\/www.tahrir.se\/fa\/bli-medlem\/","title":{"rendered":"Bli medlem"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"246\" class=\"elementor elementor-246\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ea41654 e-flex e-con-boxed e-con e-parent\" data-id=\"ea41654\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-dcd21fe e-con-full e-flex e-con e-child\" data-id=\"dcd21fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5fc5caa elementor-widget elementor-widget-html\" data-id=\"5fc5caa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<nav id=\"breadcrumb\" class=\"breadcrumb-nav\"><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aa7eca7 e-con e-atomic-element e-flexbox-base e-b9dc804 \" data-id=\"aa7eca7\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"aa7eca7\" data-e-type=\"e-flexbox\" data-id=\"aa7eca7\">\n    <div class=\"elementor-element elementor-element-f3bdf5f e-con e-atomic-element e-flexbox-base e-bca8432 \" data-id=\"f3bdf5f\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"f3bdf5f\" data-e-type=\"e-flexbox\" data-id=\"f3bdf5f\">\n    \t\t<div class=\"elementor-element elementor-element-1e5d9a1 elementor-widget elementor-widget-html\" data-id=\"1e5d9a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"left-menu\">\n\n    <div class=\"menu-item parent open\">\n\n        <a href=\"#\" \n           class=\"left-menu-link active\" \n           id=\"medlem-toggle\" \n           data-target=\"medlem\">\n            <span class=\"link-text\">Bli medlem<\/span>\n        <\/a>\n\n    <\/div>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-c4edafe e-con e-atomic-element e-flexbox-base e-f8ad44d \" data-id=\"c4edafe\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"c4edafe\" data-e-type=\"e-flexbox\" data-id=\"c4edafe\">\n    \t\t<div class=\"elementor-element elementor-element-f83a0e4 elementor-widget elementor-widget-html\" data-id=\"f83a0e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div id=\"medlem\" class=\"content-section\">\n\n    <h2 style=\"text-align: left;\">Bli medlem<\/h2>\n\n    <p>\n        Som medlem bidrar du till Tahrirs arbete f\u00f6r ett mer spr\u00e5kr\u00e4ttvist\n        samh\u00e4lle. Du \u00e4r \u00e4ven v\u00e4lkommen att delta p\u00e5 \u00e5rsm\u00f6ten och engagera dig i\n        f\u00f6reningen.\n    <\/p>\n\n    <p>\n        Mer information om hur du blir medlem kommer snart.\n    <\/p>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-b96f504 e-con e-atomic-element e-flexbox-base e-2a05a8a \" data-id=\"b96f504\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"b96f504\" data-e-type=\"e-flexbox\" data-id=\"b96f504\">\n    \t\t<div class=\"elementor-element elementor-element-d9321a1 elementor-widget elementor-widget-html\" data-id=\"d9321a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n    const memberLink = document.getElementById(\"medlem-toggle\");\n\n\n    if (memberLink) {\n\n        memberLink.addEventListener(\"click\", function (e) {\n\n            e.preventDefault();\n\n\n            const target =\n                this.getAttribute(\"data-target\");\n\n\n            const targetSection =\n                document.getElementById(target);\n\n\n\n            \/\/ Remove active state\n            document\n            .querySelectorAll(\".left-menu-link\")\n            .forEach(link => {\n                link.classList.remove(\"active\");\n            });\n\n\n            \/\/ Add active state\n            this.classList.add(\"active\");\n\n\n\n            \/\/ Hide all sections\n            document\n            .querySelectorAll(\".content-section\")\n            .forEach(section => {\n                section.style.display = \"none\";\n            });\n\n\n\n            \/\/ Show selected section\n            if (targetSection) {\n\n                targetSection.style.display = \"block\";\n\n            }\n\n\n\n            updateBreadcrumb([\"medlem\"]);\n\n        });\n\n    }\n\n\n\n    function updateBreadcrumb(pathArray) {\n\n        const breadcrumb =\n            document.getElementById(\"breadcrumb\");\n\n\n        if (!breadcrumb) return;\n\n\n\n        const labelMap = {\n\n            medlem: \"Bli medlem\"\n\n        };\n\n\n        let links = [];\n\n\n        links.push(\n            `<a href=\"\/\">Startsida<\/a>`\n        );\n\n\n\n        pathArray.forEach((part, index) => {\n\n\n            const label =\n                labelMap[part] || part;\n\n\n\n            if(index === pathArray.length - 1){\n\n                links.push(\n                    `<span>${label}<\/span>`\n                );\n\n            }\n\n        });\n\n\n\n        breadcrumb.innerHTML =\n            links.join(\n                '<span class=\"separator\">\u203a<\/span>'\n            );\n\n    }\n\n\n\n    \/\/ Initial breadcrumb\n\n    updateBreadcrumb([\"medlem\"]);\n\n\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Bli medlem Bli medlem Som medlem bidrar du till Tahrirs arbete f\u00f6r ett mer spr\u00e5kr\u00e4ttvist samh\u00e4lle. Du \u00e4r \u00e4ven v\u00e4lkommen [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-246","page","type-page","status-publish","hentry"],"featured_image_urls_v2":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":""},"post_excerpt_stackable_v2":"<p>Bli medlem Bli medlem Som medlem bidrar du till Tahrirs arbete f\u00f6r ett mer spr\u00e5kr\u00e4ttvist samh\u00e4lle. Du \u00e4r \u00e4ven v\u00e4lkommen att delta p\u00e5 \u00e5rsm\u00f6ten och engagera dig i f\u00f6reningen. Mer information om hur du blir medlem kommer snart.<\/p>\n","category_list_v2":"","author_info_v2":{"name":"Andreas","url":"https:\/\/www.tahrir.se\/fa\/author\/andreas\/"},"comments_num_v2":"0 \u062f\u06cc\u062f\u06af\u0627\u0647","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bli medlem<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.tahrir.se\/fa\/bli-medlem\/\" \/>\n<meta property=\"og:locale\" content=\"fa_IR\" \/>\n<meta property=\"og:locale:alternate\" content=\"sv_SE\" \/>\n<meta property=\"og:locale:alternate\" content=\"ar_ar\" \/>\n<meta property=\"og:locale:alternate\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bli medlem\" \/>\n<meta property=\"og:description\" content=\"Bli medlem Bli medlem Som medlem bidrar du till Tahrirs arbete f\u00f6r ett mer spr\u00e5kr\u00e4ttvist samh\u00e4lle. Du \u00e4r \u00e4ven v\u00e4lkommen [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.tahrir.se\/fa\/bli-medlem\/\" \/>\n<meta property=\"og:site_name\" content=\"Tahrir\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-16T11:42:39+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0632\u0645\u0627\u0646 \u062a\u0642\u0631\u06cc\u0628\u06cc \u0628\u0631\u0627\u06cc \u062e\u0648\u0627\u0646\u062f\u0646\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u062f\u0642\u06cc\u0642\u0647\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tahrir.se\\\/bli-medlem\\\/\",\"url\":\"https:\\\/\\\/www.tahrir.se\\\/bli-medlem\\\/\",\"name\":\"Bli medlem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tahrir.se\\\/#website\"},\"datePublished\":\"2026-09-15T09:31:46+00:00\",\"dateModified\":\"2026-09-16T11:42:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tahrir.se\\\/bli-medlem\\\/#breadcrumb\"},\"inLanguage\":\"fa-IR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.tahrir.se\\\/bli-medlem\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tahrir.se\\\/bli-medlem\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tahrir.se\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bli medlem\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tahrir.se\\\/#website\",\"url\":\"https:\\\/\\\/www.tahrir.se\\\/\",\"name\":\"Tahrir\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tahrir.se\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.tahrir.se\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fa-IR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tahrir.se\\\/#organization\",\"name\":\"Tahrir\",\"url\":\"https:\\\/\\\/www.tahrir.se\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fa-IR\",\"@id\":\"https:\\\/\\\/www.tahrir.se\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.tahrir.se\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/cropped-Tahrir-siteicon.png\",\"contentUrl\":\"https:\\\/\\\/www.tahrir.se\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/cropped-Tahrir-siteicon.png\",\"width\":512,\"height\":512,\"caption\":\"Tahrir\"},\"image\":{\"@id\":\"https:\\\/\\\/www.tahrir.se\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bli medlem","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.tahrir.se\/fa\/bli-medlem\/","og_locale":"fa_IR","og_type":"article","og_title":"[:sv]Bli medlem[:] - Tahrir","og_description":"Bli medlem Bli medlem Som medlem bidrar du till Tahrirs arbete f\u00f6r ett mer spr\u00e5kr\u00e4ttvist samh\u00e4lle. Du \u00e4r \u00e4ven v\u00e4lkommen [&hellip;]","og_url":"https:\/\/www.tahrir.se\/fa\/bli-medlem\/","og_site_name":"Tahrir","article_modified_time":"2026-09-16T11:42:39+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0632\u0645\u0627\u0646 \u062a\u0642\u0631\u06cc\u0628\u06cc \u0628\u0631\u0627\u06cc \u062e\u0648\u0627\u0646\u062f\u0646":"1 \u062f\u0642\u06cc\u0642\u0647"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.tahrir.se\/bli-medlem\/","url":"https:\/\/www.tahrir.se\/bli-medlem\/","name":"Bli medlem","isPartOf":{"@id":"https:\/\/www.tahrir.se\/#website"},"datePublished":"2026-09-15T09:31:46+00:00","dateModified":"2026-09-16T11:42:39+00:00","breadcrumb":{"@id":"https:\/\/www.tahrir.se\/bli-medlem\/#breadcrumb"},"inLanguage":"fa-IR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tahrir.se\/bli-medlem\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.tahrir.se\/bli-medlem\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.tahrir.se\/"},{"@type":"ListItem","position":2,"name":"Bli medlem"}]},{"@type":"WebSite","@id":"https:\/\/www.tahrir.se\/#website","url":"https:\/\/www.tahrir.se\/","name":"Tahrir","description":"","publisher":{"@id":"https:\/\/www.tahrir.se\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tahrir.se\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fa-IR"},{"@type":"Organization","@id":"https:\/\/www.tahrir.se\/#organization","name":"Tahrir","url":"https:\/\/www.tahrir.se\/","logo":{"@type":"ImageObject","inLanguage":"fa-IR","@id":"https:\/\/www.tahrir.se\/#\/schema\/logo\/image\/","url":"https:\/\/www.tahrir.se\/wp-content\/uploads\/2020\/02\/cropped-Tahrir-siteicon.png","contentUrl":"https:\/\/www.tahrir.se\/wp-content\/uploads\/2020\/02\/cropped-Tahrir-siteicon.png","width":512,"height":512,"caption":"Tahrir"},"image":{"@id":"https:\/\/www.tahrir.se\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Andreas","author_link":"https:\/\/www.tahrir.se\/fa\/author\/andreas\/"},"uagb_comment_info":0,"uagb_excerpt":"Bli medlem Bli medlem Som medlem bidrar du till Tahrirs arbete f\u00f6r ett mer spr\u00e5kr\u00e4ttvist samh\u00e4lle. Du \u00e4r \u00e4ven v\u00e4lkommen [&hellip;]","_links":{"self":[{"href":"https:\/\/www.tahrir.se\/fa\/wp-json\/wp\/v2\/pages\/246","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tahrir.se\/fa\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tahrir.se\/fa\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tahrir.se\/fa\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tahrir.se\/fa\/wp-json\/wp\/v2\/comments?post=246"}],"version-history":[{"count":5,"href":"https:\/\/www.tahrir.se\/fa\/wp-json\/wp\/v2\/pages\/246\/revisions"}],"predecessor-version":[{"id":298,"href":"https:\/\/www.tahrir.se\/fa\/wp-json\/wp\/v2\/pages\/246\/revisions\/298"}],"wp:attachment":[{"href":"https:\/\/www.tahrir.se\/fa\/wp-json\/wp\/v2\/media?parent=246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}