{"id":1317,"date":"2022-06-01T12:27:48","date_gmt":"2022-06-01T12:27:48","guid":{"rendered":"https:\/\/www.techcronus.com\/blog\/?p=1317"},"modified":"2025-02-26T05:17:19","modified_gmt":"2025-02-26T05:17:19","slug":"building-social-networking-platform-with-python-django-framework","status":"publish","type":"post","link":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/","title":{"rendered":"Building Social Networking Platform With Python Django Framework"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_76 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#What_to_expect_from_social_networking_platforms\" >What to expect from social networking platforms?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#Prerequisites_of_the_process\" >Prerequisites of the process<\/a><ul class='ez-toc-list-level-4' ><li class='ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#Steps_of_the_project\" >Steps of the project<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#Under_the_first_step_you_will_have_to_go_through_the_following\" >Under the first step, you will have to go through the following<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#Conclusion\" >Conclusion<\/a><\/li><\/ul><\/nav><\/div>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">Are you interested in creating an exciting social media platform? Interestingly, it is also possible by using the <\/span><b>Python Django framework<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">In this blog, we will present before you a step-wise guide for using the Python Django framework to build up a social media platform. While creating, we will not take the help of any frontend framework. Since the primary focus of this brief guide will be to learn Django, we will exclusively be focusing on it only.<\/span><\/p>\n<h3><\/h3>\n<h3 style=\"text-align: left; font-size: 20px;\"><span class=\"ez-toc-section\" id=\"What_to_expect_from_social_networking_platforms\"><\/span>What to expect from social networking platforms?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">Before starting your social networking application development project, it is essential to figure out what you want from the social media platform you want to create using <a href=\"https:\/\/www.techcronus.com\/python-development\"><strong>Python Django<\/strong><\/a> framework. For example, given below are the following things that you expect the users of the social media platform to do:\u00a0<\/span><\/p>\n<ul style=\"text-align: left;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Upload and post images of their choice, along with tags and descriptions. These posts can be edited, updated and deleted any time the profile user wants.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Decline and accept friend requests that are received from other users.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Look into others&#8217; profiles and send them friend requests or cancel the requests if sent by mistake.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unfriend existing friends.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Search for users by typing their username.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Search for posts based on tags.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Discover and recommend new people to other users based on mutual connections.\u00a0<\/span><\/li>\n<\/ul>\n<h3 style=\"text-align: left; font-size: 20px;\"><span class=\"ez-toc-section\" id=\"Prerequisites_of_the_process\"><\/span>Prerequisites of the process<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">To conduct this tutorial series comfortably, you should be adept with the following concepts:\u00a0<\/span><\/p>\n<ul style=\"text-align: left;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Know the fundamentals of Django to set up a project\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Using program-oriented programming in Python\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Customizing and using the Django interface\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Writing and being able to read HTML codes with class attributes\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managing routing and redirects, viewing functions, templates, migrations, and models in Django\u00a0<\/span><\/li>\n<\/ul>\n<h4 style=\"text-align: left; font-size: 15px;\"><span class=\"ez-toc-section\" id=\"Steps_of_the_project\"><\/span>Steps of the project<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">To create a social media platform using the Python Django framework, there are three steps that one needs to follow. They are mentioned below:\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\"><strong>Step 1<\/strong>: Set up the base project\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\"><strong>Step 2<\/strong>: Extend the Django user model\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\"><strong>Step 3<\/strong>: Implement a post-save hook\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><strong><em>Now, let us focus on the activities in each of these three steps individually.\u00a0<\/em><\/strong><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\"><strong>Step 1<\/strong>: Set up the base project\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">By the time you start working on the first step, you already know what you want from the social media platform. Also, you understand the mechanism of the database relationships that you want to implement here. At the end of this stage, your Django project will be set up with the Django admin interface edited, thereby allowing minimal and focused user creation.\u00a0<\/span><\/p>\n<h3 style=\"text-align: left; font-size: 20px;\"><span class=\"ez-toc-section\" id=\"Under_the_first_step_you_will_have_to_go_through_the_following\"><\/span>Under the first step, you will have to go through the following<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<ul style=\"text-align: left;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Create a virtual environment to install Django.<\/strong>\u00a0<\/span><\/li>\n<\/ul>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">Begin by developing and establishing a new project root folder. In this folder, you will store all the files. After working with the initial codes, you can push it to the parent folder where the project will be developed, and a virtual environment will be created and activated. Now, install Django from the PPI or Python packaging index.\u00a0<\/span><\/p>\n<ul style=\"text-align: left;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Build a Django app and project.<\/strong><\/li>\n<\/ul>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">After the installation process is completed, you can create a new Django project under the name of &#8216;social.&#8217; Now, build a new Django app in the name of &#8216;dwitter&#8217; to match along with the entire project. By adding the name of your app to the list of installed apps, Django will become aware of those things that you want to include in your app.\u00a0\u00a0<\/span><\/p>\n<ul style=\"text-align: left;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Produce customized Django admin interface.<\/strong><\/li>\n<\/ul>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">Now, use the Django built-in admin interface to handle the management of the app and the user creation. Add some customization processes to ensure that the admin interface focuses on the essentials of the app. Before you set your foot into the customization process, do not forget to check the app&#8217;s default state.\u00a0<\/span><\/p>\n<ul style=\"text-align: left;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Create users from your app.<\/strong><\/li>\n<\/ul>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">The formula that you need to follow in this step is as follows:\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">Navigate to home \u2192 authentication and authorization \u2192 users \u2192 add a user\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">Now, the admin portal has been reduced to a state where it can swiftly create additional test users for your social networking system.\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\"><strong>Step 2<\/strong>: Extend the Django user model\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">At this point, you will have to create a model that can retain back the users&#8217; information. For this, you will need to rely on the built-in Django user model to gather well-tested implementation.\u00a0<\/span><\/p>\n<ul style=\"text-align: left;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Create a profile model<\/strong>\u00a0<\/span><\/li>\n<\/ul>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">Here, you will create a focused new model in the name of &#8216;profile&#8217; that will help you keep track and monitor the added information you want to gather about each user.\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">Display profile information within the user admin page to record the user&#8217;s connections with the other profiles. Here, your primary focus should be on the profile model. So, you need to set it up to record who is following the profile and who the profile user is following.\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\"><strong>Step 3<\/strong>: Implement a post-save hook\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">Now, you have the profile along with the users ready at hand. Here, you have to associate them through the admin interface. By the end of this step, you will have connected them all so that when someone creates a new user, the new profile will automatically be created.\u00a0\u00a0<\/span><\/p>\n<ul style=\"text-align: left;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Coordinate users and profiles within a signal<\/strong>\u00a0<\/span><\/li>\n<\/ul>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">Here, you will automatically associate a new profile with a user when the user is created. This is made possible with the help of Django signals. When you implement the Django documentation, you might have to make minor changes in the app configuration.\u00a0<\/span><\/p>\n<ul style=\"text-align: left;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><strong>Add functionality through error-driven development<\/strong>\u00a0<\/span><\/li>\n<\/ul>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">Getting the code right for the first time is not possible for all developers. Hence it is recommended to hire a Senior Python Django Developer or Team for building a robust social networking platform. Techcronus has proven experience in building social networking and community apps as well as backend with features similar to Instagram, Facebook and TikTok.\u00a0<\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">CTA<\/span><span style=\"font-weight: 400;\">: Browse Techcronus <strong>portfolio<\/strong><\/span><strong>\u00a0here<\/strong><\/p>\n<h3 style=\"text-align: left; font-size: 20px;\"><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">This is how you can create a social media platform using the Python Django framework. However, before you get started with the process, make sure you revise your coding lessons thoroughly. The whole tutorial is majorly based on coding. So, if you are good at programming languages, then using the Django framework will not take much time. <\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Are you interested in creating an exciting social media platform? Interestingly, it is also possible by using the Python Django framework.<\/p>\n","protected":false},"author":10,"featured_media":1318,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2],"class_list":["post-1317","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blogs","entry"],"acf":[],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Building Social Networking Platform | Python Django Framework<\/title>\n<meta name=\"description\" content=\"Building Social Networking Platform With Python Django Framework. Read on this article to learn more.\" \/>\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.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Building Social Networking Platform | Python Django Framework\" \/>\n<meta property=\"og:description\" content=\"Building Social Networking Platform With Python Django Framework. Read on this article to learn more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/\" \/>\n<meta property=\"og:site_name\" content=\"Techcronus Tech Blog &amp; Insights\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Techcronus\" \/>\n<meta property=\"article:published_time\" content=\"2022-06-01T12:27:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-26T05:17:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.techcronus.com\/blog\/wp-content\/uploads\/2022\/06\/Python.png\" \/>\n\t<meta property=\"og:image:width\" content=\"840\" \/>\n\t<meta property=\"og:image:height\" content=\"700\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Tushar Soni\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Techcronus\" \/>\n<meta name=\"twitter:site\" content=\"@Techcronus\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tushar Soni\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Building Social Networking Platform | Python Django Framework","description":"Building Social Networking Platform With Python Django Framework. Read on this article to learn more.","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.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/","og_locale":"en_US","og_type":"article","og_title":"Building Social Networking Platform | Python Django Framework","og_description":"Building Social Networking Platform With Python Django Framework. Read on this article to learn more.","og_url":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/","og_site_name":"Techcronus Tech Blog &amp; Insights","article_publisher":"https:\/\/www.facebook.com\/Techcronus","article_published_time":"2022-06-01T12:27:48+00:00","article_modified_time":"2025-02-26T05:17:19+00:00","og_image":[{"width":840,"height":700,"url":"https:\/\/www.techcronus.com\/blog\/wp-content\/uploads\/2022\/06\/Python.png","type":"image\/png"}],"author":"Tushar Soni","twitter_card":"summary_large_image","twitter_creator":"@Techcronus","twitter_site":"@Techcronus","twitter_misc":{"Written by":"Tushar Soni","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#article","isPartOf":{"@id":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/"},"author":{"name":"Tushar Soni","@id":"https:\/\/www.techcronus.com\/blog\/#\/schema\/person\/c96a1e864d3781870730d3d2c84dfa7d"},"headline":"Building Social Networking Platform With Python Django Framework","datePublished":"2022-06-01T12:27:48+00:00","dateModified":"2025-02-26T05:17:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/"},"wordCount":1024,"commentCount":0,"publisher":{"@id":"https:\/\/www.techcronus.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#primaryimage"},"thumbnailUrl":"https:\/\/www.techcronus.com\/blog\/wp-content\/uploads\/2022\/06\/Python.png","keywords":["Django Framework","Python"],"articleSection":["Blogs"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/","url":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/","name":"Building Social Networking Platform | Python Django Framework","isPartOf":{"@id":"https:\/\/www.techcronus.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#primaryimage"},"image":{"@id":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#primaryimage"},"thumbnailUrl":"https:\/\/www.techcronus.com\/blog\/wp-content\/uploads\/2022\/06\/Python.png","datePublished":"2022-06-01T12:27:48+00:00","dateModified":"2025-02-26T05:17:19+00:00","description":"Building Social Networking Platform With Python Django Framework. Read on this article to learn more.","breadcrumb":{"@id":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#primaryimage","url":"https:\/\/www.techcronus.com\/blog\/wp-content\/uploads\/2022\/06\/Python.png","contentUrl":"https:\/\/www.techcronus.com\/blog\/wp-content\/uploads\/2022\/06\/Python.png","width":840,"height":700,"caption":"Python"},{"@type":"BreadcrumbList","@id":"https:\/\/www.techcronus.com\/blog\/building-social-networking-platform-with-python-django-framework\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.techcronus.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Building Social Networking Platform With Python Django Framework"}]},{"@type":"WebSite","@id":"https:\/\/www.techcronus.com\/blog\/#website","url":"https:\/\/www.techcronus.com\/blog\/","name":"Techcronus Business Solutions","description":"","publisher":{"@id":"https:\/\/www.techcronus.com\/blog\/#organization"},"alternateName":"Techcronus","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.techcronus.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.techcronus.com\/blog\/#organization","name":"Techcronus Business Solutions Pvt. Ltd.","url":"https:\/\/www.techcronus.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.techcronus.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.techcronus.com\/blog\/wp-content\/uploads\/2022\/06\/tech-blck-logo.png","contentUrl":"https:\/\/www.techcronus.com\/blog\/wp-content\/uploads\/2022\/06\/tech-blck-logo.png","width":434,"height":88,"caption":"Techcronus Business Solutions Pvt. Ltd."},"image":{"@id":"https:\/\/www.techcronus.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Techcronus","https:\/\/x.com\/Techcronus","https:\/\/www.instagram.com\/techcronus","https:\/\/www.behance.net\/techcronus","https:\/\/in.linkedin.com\/company\/techcronus-business-solutions"]},{"@type":"Person","@id":"https:\/\/www.techcronus.com\/blog\/#\/schema\/person\/c96a1e864d3781870730d3d2c84dfa7d","name":"Tushar Soni","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.techcronus.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5e5ec3e25ffee615c128544df6edddca63c82b576b81cc7997fecfbe6d6a1872?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5e5ec3e25ffee615c128544df6edddca63c82b576b81cc7997fecfbe6d6a1872?s=96&d=mm&r=g","caption":"Tushar Soni"},"description":"Tushar Soni is Digital Marketing Expert at Techcronus with an extensive experience in helping enterprises and startups to generate lead, branding and Increased visibility in search engine."}]}},"_links":{"self":[{"href":"https:\/\/www.techcronus.com\/blog\/wp-json\/wp\/v2\/posts\/1317","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.techcronus.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.techcronus.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.techcronus.com\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.techcronus.com\/blog\/wp-json\/wp\/v2\/comments?post=1317"}],"version-history":[{"count":4,"href":"https:\/\/www.techcronus.com\/blog\/wp-json\/wp\/v2\/posts\/1317\/revisions"}],"predecessor-version":[{"id":3479,"href":"https:\/\/www.techcronus.com\/blog\/wp-json\/wp\/v2\/posts\/1317\/revisions\/3479"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.techcronus.com\/blog\/wp-json\/wp\/v2\/media\/1318"}],"wp:attachment":[{"href":"https:\/\/www.techcronus.com\/blog\/wp-json\/wp\/v2\/media?parent=1317"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.techcronus.com\/blog\/wp-json\/wp\/v2\/categories?post=1317"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}