{"id":1366,"date":"2018-08-21T22:16:35","date_gmt":"2018-08-21T22:16:35","guid":{"rendered":"http:\/\/sezeromer.com\/?p=1366"},"modified":"2023-02-27T00:03:03","modified_gmt":"2023-02-26T21:03:03","slug":"xamarin-forms-instagram-tasarimi","status":"publish","type":"post","link":"https:\/\/sezeromer.com\/en\/xamarin-forms-instagram-tasarimi\/","title":{"rendered":"Xamarin Forms Instagram Tasar\u0131m\u0131"},"content":{"rendered":"<p>&nbsp;<\/p>\r\n\r\n<p>Ard\u0131ndan instagram logosu var. Bu asl\u0131nda bir yaz\u0131 fontu ama ben direk olarak bir logo \u015feklinde al\u0131p ekrana koydum. Logonun a\u015fa\u011f\u0131s\u0131nda ise giri\u015f k\u0131s\u0131mlar\u0131 bulunmakta. Burada bizden istenen kullan\u0131c\u0131 ad\u0131 ve \u015fifre. Bunlar\u0131nda tasar\u0131m \u015fekillerini a\u015fa\u011f\u0131da g\u00f6rebilirsiniz. Burada zorlanaca\u011f\u0131n\u0131z \u015fey belkide ayn\u0131 label i\u00e7erisinde yaz\u0131lara farkl\u0131 \u00f6zellikler vermek olacakt\u0131r. Bunun i\u00e7in yapman\u0131z gereken yaz\u0131n\u0131n i\u00e7erisine span eklemek. A\u015fa\u011f\u0131da zaten \u00f6rnekleri mevcut. D\u00fcz \u00e7izgiyi de box view&#8217;ler ile koydum.\u00a0<\/p>\r\n<div class=\"wp-block-codemirror-blocks code-block \">\r\n<pre class=\"CodeMirror\" data-setting=\"{&quot;mode&quot;:&quot;swift&quot;,&quot;mime&quot;:&quot;text\/x-swift&quot;,&quot;theme&quot;:&quot;default&quot;,&quot;lineNumbers&quot;:true,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:true,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}\">&lt;?xml version=\"1.0\" encoding=\"utf-8\" ?&gt;\r\n&lt;ContentPage xmlns=\"http:\/\/xamarin.com\/schemas\/2014\/forms\"\r\n             xmlns:x=\"http:\/\/schemas.microsoft.com\/winfx\/2009\/xaml\"\r\n             x:Class=\"InstagramApp.Views.LoginPage\"\r\n             BackgroundColor=\"White\"&gt;\r\n    &lt;ContentPage.Content&gt;\r\n        &lt;StackLayout Padding=\"10,45,10,0\"&gt;\r\n            &lt;!-- Bas\u015fl\u0131k k\u0131m\u0131nda bulunan dil se\u00e7me b\u00f6l\u00fcm\u00fc --&gt;\r\n            &lt;StackLayout HorizontalOptions=\"Center\"&gt;\r\n                &lt;Label Text=\"T\u00fcrk\u00e7e (T\u00fcrkiye) \u2193 \"\r\n                       TextColor=\"#999999\"\r\n                       \/&gt;\r\n            &lt;\/StackLayout&gt;\r\n            &lt;!-- Instagram logosu --&gt;\r\n            &lt;StackLayout HorizontalOptions=\"Center\"\r\n                         Margin=\"80,20,80,20\"&gt;\r\n                &lt;Image Source=\"intagram.png\"\r\n                       Aspect=\"AspectFill\"\/&gt;\r\n            &lt;\/StackLayout&gt;\r\n            &lt;!-- Kullan\u0131c\u0131 giri\u015f ekran\u0131--&gt;\r\n            &lt;StackLayout Padding=\"5,20,5,0\"&gt;\r\n                &lt;StackLayout Padding=\"0,3,0,3\"&gt;\r\n                    &lt;Entry Text=\"Telefon numaras\u0131,e-posta adresi veya kullan\u0131c\u0131 ad\u0131\"\r\n                       HeightRequest=\"50\"\r\n                       BackgroundColor=\"#fafafa\"\r\n                       TextColor=\"#999999\"\/&gt;\r\n\r\n                &lt;\/StackLayout&gt;\r\n                &lt;StackLayout Padding=\"0,3,0,3\"&gt;\r\n                    &lt;Entry Text=\"\u015eifre\"\r\n                       HeightRequest=\"50\"\r\n                       BackgroundColor=\"#fafafa\"\r\n                       TextColor=\"#999999\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n                &lt;StackLayout Padding=\"0,3,0,3\"&gt;\r\n                    &lt;Button BackgroundColor=\"Transparent\"\r\n                        Text=\"Giri\u015f Yap\"\r\n                        HeightRequest=\"50\"\r\n                        TextColor=\"#c5e1fa\"\r\n                        BorderColor=\"#c5e1fa\"\r\n                        BorderWidth=\"1\"\r\n                        \/&gt;\r\n                &lt;\/StackLayout&gt;\r\n                &lt;StackLayout Padding=\"0,10,0,0\"&gt;\r\n                    &lt;Label HorizontalTextAlignment=\"Center\"&gt;\r\n                        &lt;Label.FormattedText&gt;\r\n                            &lt;FormattedString&gt;\r\n                                &lt;Span Text=\"Giri\u015f detaylar\u0131n\u0131 unuttun mu ?\"\r\n                       FontSize=\"Small\"\r\n                       TextColor=\"#999999\"\/&gt;\r\n                                &lt;Span Text=\"Giri\u015f yapmak i\u00e7in yard\u0131m al.\"\r\n                           FontSize=\"Small\"\r\n                              \r\n                           TextColor=\"#999999\"\r\n                           FontAttributes=\"Bold\"\/&gt;\r\n                            &lt;\/FormattedString&gt;\r\n                        &lt;\/Label.FormattedText&gt;\r\n                    &lt;\/Label&gt;\r\n\r\n                &lt;\/StackLayout&gt;\r\n            &lt;\/StackLayout&gt;\r\n            &lt;!-- Ya da k\u0131sm\u0131--&gt;\r\n            &lt;Grid Padding=\"5,10,5,0\"&gt;\r\n                &lt;Grid.ColumnDefinitions&gt;\r\n                    &lt;ColumnDefinition Width=\"*\"\/&gt;\r\n                    &lt;ColumnDefinition Width=\"Auto\"\/&gt;\r\n                    &lt;ColumnDefinition Width=\"*\"\/&gt;\r\n                &lt;\/Grid.ColumnDefinitions&gt;\r\n                &lt;StackLayout Grid.Column=\"0\"\r\n                             VerticalOptions=\"Center\"&gt;\r\n                    &lt;BoxView Color=\"#999999\"\r\n                         Grid.Column=\"0\"\r\n                         HeightRequest=\"1\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n                &lt;StackLayout Grid.Column=\"1\"\r\n                             VerticalOptions=\"Center\"&gt;\r\n                    &lt;Label Text=\"YA DA\"\r\n                       TextColor=\"#999999\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n                &lt;StackLayout Grid.Column=\"2\"\r\n                             VerticalOptions=\"Center\"&gt;\r\n                    &lt;BoxView Color=\"#999999\"\r\n                         Grid.Column=\"0\"\r\n                         HeightRequest=\"1\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n            &lt;\/Grid&gt;\r\n            &lt;!-- Facebook ile devam edi\u015f--&gt;\r\n            &lt;Grid Padding=\"20,40,20,20\"&gt;\r\n                &lt;Grid.ColumnDefinitions&gt;\r\n                    &lt;ColumnDefinition Width=\"50\"\/&gt;\r\n                    &lt;ColumnDefinition Width=\"Auto\"\/&gt;\r\n                &lt;\/Grid.ColumnDefinitions&gt;\r\n                &lt;StackLayout Grid.Column=\"0\"\r\n                             HorizontalOptions=\"End\"&gt;\r\n                    &lt;Image Source=\"facebook.png\"\r\n                           HeightRequest=\"30\"\r\n                           WidthRequest=\"30\"\r\n                           Aspect=\"AspectFit\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n                &lt;StackLayout Grid.Column=\"1\"\r\n                             HorizontalOptions=\"Start\"\r\n                             VerticalOptions=\"CenterAndExpand\"&gt;\r\n                    &lt;Label Text=\" \u00d6mer Sezer Olarak Devam Et\"\r\n                           FontAttributes=\"Bold\"\r\n                           VerticalTextAlignment=\"Center\"\r\n                           TextColor=\"#3897f0\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n            &lt;\/Grid&gt;\r\n            &lt;!-- Son olarak a\u015fa\u011f\u0131da bulunan \u00e7izgiyi \u00e7ekiyorum--&gt;\r\n            &lt;StackLayout VerticalOptions=\"EndAndExpand\"\r\n                         Padding=\"0,0,0,20\"&gt;\r\n                &lt;StackLayout Padding=\"0,0,0,15\"&gt;\r\n                    &lt;BoxView Color=\"#999999\"\r\n                         HeightRequest=\"1\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n                &lt;!-- En son olarak ise Hesab\u0131n yok mu kaydol b\u00f6l\u00fcm\u00fc yap\u0131yorum--&gt;\r\n                &lt;StackLayout&gt;\r\n                    &lt;Label HorizontalTextAlignment=\"Center\"&gt;\r\n                        &lt;Label.FormattedText&gt;\r\n                            &lt;FormattedString&gt;\r\n                                &lt;Span Text=\"Hesab\u0131n yok mu ?\"\r\n                                      FontSize=\"Small\"\r\n                                      TextColor=\"#999999\"\/&gt;\r\n                                &lt;Span Text=\" Kaydol.\"\r\n                                      FontSize=\"Small\"\r\n                                      TextColor=\"#999999\"\r\n                                      FontAttributes=\"Bold\"\/&gt;\r\n                            &lt;\/FormattedString&gt;\r\n                        &lt;\/Label.FormattedText&gt;\r\n                    &lt;\/Label&gt;\r\n                &lt;\/StackLayout&gt;\r\n            &lt;\/StackLayout&gt;\r\n        &lt;\/StackLayout&gt;\r\n    &lt;\/ContentPage.Content&gt;\r\n&lt;\/ContentPage&gt;  <\/pre>\r\n<\/div>\r\n\r\n<p>Tasar\u0131m ekran\u0131m\u0131z bu kadar sizin de akl\u0131n\u0131za tak\u0131lan sorular olursa maile veya yorum atarak bana ula\u015fabilirsiniz. E\u011fer projeye Github \u00fczerinden ula\u015fmak istiyorsan\u0131z, <a href=\"https:\/\/github.com\/omersezer\/XamarinFormsDesigns\">buradan<\/a> ula\u015fabilirsiniz. \u0130yi \u00e7al\u0131\u015fmalar dilerim<\/p>\r\n\r\n<p>Hello friends. In this article I will talk about how to design an Instagram with Xamarin Forms. Designing with Xamarin Forms is more difficult than drag and drop design. I really wanted it to be an example for beginners by not being so difficult and designing the screens of large applications. Below is the current entry page of Instagram.<\/p>\r\n\r\n<p>&nbsp;<\/p>\r\n\r\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"1280\" class=\"wp-image-1367\" src=\"https:\/\/sezeromer.com\/wp-content\/uploads\/2018\/08\/Screenshot_2018-08-20-14-22-10.png\" alt=\"\" srcset=\"https:\/\/sezeromer.com\/wp-content\/uploads\/2018\/08\/Screenshot_2018-08-20-14-22-10.png 720w, https:\/\/sezeromer.com\/wp-content\/uploads\/2018\/08\/Screenshot_2018-08-20-14-22-10-169x300.png 169w, https:\/\/sezeromer.com\/wp-content\/uploads\/2018\/08\/Screenshot_2018-08-20-14-22-10-576x1024.png 576w\" sizes=\"(max-width: 720px) 100vw, 720px\" \/><\/figure>\r\n\r\n<p>&nbsp;<\/p>\r\n\r\n<p>It&#8217;s actually a very simple screen. The general feature of large applications; it&#8217;s simple. This prevents the user from escaping fearfully. This is the case in almost all major applications.<\/p>\r\n\r\n<p>&nbsp;<\/p>\r\n\r\n<p>Now we are creating an empty project first. When we build it, we do a rebuild and make the project sit. Then we come to the side of Xaml which is the design part of a page which is either created or created by you. You can find the code for the progeny below or on GitHub, but I still want to tell you.<\/p>\r\n\r\n<p>&nbsp;<\/p>\r\n\r\n<p>Here is the first language selection section at the beginning of the page. When you are touched, a picker will pop down and you will be able to choose a language from here. We just made the design. You can do this with a renderer if you like.<\/p>\r\n\r\n<p>&nbsp;<\/p>\r\n<!-- wp:paragraph -->\r\n<p>Then there is the instagram logo. This is actually a font, but I took it directly as a logo and put it on the screen. Down the Logon is the entrance. Here is the username and password requested from us. Here you can see the design patterns below. The thing you will have to struggle here is to give different features in the same label maybe written. To do this is to add span to the text you need to do. Examples are already available below. I put straight lines in box views.\u00a0<\/p>\r\n<div class=\"wp-block-codemirror-blocks code-block \">\r\n<pre class=\"CodeMirror\" data-setting=\"{&quot;mode&quot;:&quot;swift&quot;,&quot;mime&quot;:&quot;text\/x-swift&quot;,&quot;theme&quot;:&quot;default&quot;,&quot;lineNumbers&quot;:true,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:true,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}\">&lt;?xml version=\"1.0\" encoding=\"utf-8\" ?&gt;\r\n&lt;ContentPage xmlns=\"http:\/\/xamarin.com\/schemas\/2014\/forms\"\r\n             xmlns:x=\"http:\/\/schemas.microsoft.com\/winfx\/2009\/xaml\"\r\n             x:Class=\"InstagramApp.Views.LoginPage\"\r\n             BackgroundColor=\"White\"&gt;\r\n    &lt;ContentPage.Content&gt;\r\n        &lt;StackLayout Padding=\"10,45,10,0\"&gt;\r\n            &lt;!-- Bas\u015fl\u0131k k\u0131m\u0131nda bulunan dil se\u00e7me b\u00f6l\u00fcm\u00fc --&gt;\r\n            &lt;StackLayout HorizontalOptions=\"Center\"&gt;\r\n                &lt;Label Text=\"T\u00fcrk\u00e7e (T\u00fcrkiye) \u2193 \"\r\n                       TextColor=\"#999999\"\r\n                       \/&gt;\r\n            &lt;\/StackLayout&gt;\r\n            &lt;!-- Instagram logosu --&gt;\r\n            &lt;StackLayout HorizontalOptions=\"Center\"\r\n                         Margin=\"80,20,80,20\"&gt;\r\n                &lt;Image Source=\"intagram.png\"\r\n                       Aspect=\"AspectFill\"\/&gt;\r\n            &lt;\/StackLayout&gt;\r\n            &lt;!-- Kullan\u0131c\u0131 giri\u015f ekran\u0131--&gt;\r\n            &lt;StackLayout Padding=\"5,20,5,0\"&gt;\r\n                &lt;StackLayout Padding=\"0,3,0,3\"&gt;\r\n                    &lt;Entry Text=\"Telefon numaras\u0131,e-posta adresi veya kullan\u0131c\u0131 ad\u0131\"\r\n                       HeightRequest=\"50\"\r\n                       BackgroundColor=\"#fafafa\"\r\n                       TextColor=\"#999999\"\/&gt;\r\n\r\n                &lt;\/StackLayout&gt;\r\n                &lt;StackLayout Padding=\"0,3,0,3\"&gt;\r\n                    &lt;Entry Text=\"\u015eifre\"\r\n                       HeightRequest=\"50\"\r\n                       BackgroundColor=\"#fafafa\"\r\n                       TextColor=\"#999999\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n                &lt;StackLayout Padding=\"0,3,0,3\"&gt;\r\n                    &lt;Button BackgroundColor=\"Transparent\"\r\n                        Text=\"Giri\u015f Yap\"\r\n                        HeightRequest=\"50\"\r\n                        TextColor=\"#c5e1fa\"\r\n                        BorderColor=\"#c5e1fa\"\r\n                        BorderWidth=\"1\"\r\n                        \/&gt;\r\n                &lt;\/StackLayout&gt;\r\n                &lt;StackLayout Padding=\"0,10,0,0\"&gt;\r\n                    &lt;Label HorizontalTextAlignment=\"Center\"&gt;\r\n                        &lt;Label.FormattedText&gt;\r\n                            &lt;FormattedString&gt;\r\n                                &lt;Span Text=\"Giri\u015f detaylar\u0131n\u0131 unuttun mu ?\"\r\n                       FontSize=\"Small\"\r\n                       TextColor=\"#999999\"\/&gt;\r\n                                &lt;Span Text=\"Giri\u015f yapmak i\u00e7in yard\u0131m al.\"\r\n                           FontSize=\"Small\"\r\n                              \r\n                           TextColor=\"#999999\"\r\n                           FontAttributes=\"Bold\"\/&gt;\r\n                            &lt;\/FormattedString&gt;\r\n                        &lt;\/Label.FormattedText&gt;\r\n                    &lt;\/Label&gt;\r\n\r\n                &lt;\/StackLayout&gt;\r\n            &lt;\/StackLayout&gt;\r\n            &lt;!-- Ya da k\u0131sm\u0131--&gt;\r\n            &lt;Grid Padding=\"5,10,5,0\"&gt;\r\n                &lt;Grid.ColumnDefinitions&gt;\r\n                    &lt;ColumnDefinition Width=\"*\"\/&gt;\r\n                    &lt;ColumnDefinition Width=\"Auto\"\/&gt;\r\n                    &lt;ColumnDefinition Width=\"*\"\/&gt;\r\n                &lt;\/Grid.ColumnDefinitions&gt;\r\n                &lt;StackLayout Grid.Column=\"0\"\r\n                             VerticalOptions=\"Center\"&gt;\r\n                    &lt;BoxView Color=\"#999999\"\r\n                         Grid.Column=\"0\"\r\n                         HeightRequest=\"1\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n                &lt;StackLayout Grid.Column=\"1\"\r\n                             VerticalOptions=\"Center\"&gt;\r\n                    &lt;Label Text=\"YA DA\"\r\n                       TextColor=\"#999999\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n                &lt;StackLayout Grid.Column=\"2\"\r\n                             VerticalOptions=\"Center\"&gt;\r\n                    &lt;BoxView Color=\"#999999\"\r\n                         Grid.Column=\"0\"\r\n                         HeightRequest=\"1\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n            &lt;\/Grid&gt;\r\n            &lt;!-- Facebook ile devam edi\u015f--&gt;\r\n            &lt;Grid Padding=\"20,40,20,20\"&gt;\r\n                &lt;Grid.ColumnDefinitions&gt;\r\n                    &lt;ColumnDefinition Width=\"50\"\/&gt;\r\n                    &lt;ColumnDefinition Width=\"Auto\"\/&gt;\r\n                &lt;\/Grid.ColumnDefinitions&gt;\r\n                &lt;StackLayout Grid.Column=\"0\"\r\n                             HorizontalOptions=\"End\"&gt;\r\n                    &lt;Image Source=\"facebook.png\"\r\n                           HeightRequest=\"30\"\r\n                           WidthRequest=\"30\"\r\n                           Aspect=\"AspectFit\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n                &lt;StackLayout Grid.Column=\"1\"\r\n                             HorizontalOptions=\"Start\"\r\n                             VerticalOptions=\"CenterAndExpand\"&gt;\r\n                    &lt;Label Text=\" \u00d6mer Sezer Olarak Devam Et\"\r\n                           FontAttributes=\"Bold\"\r\n                           VerticalTextAlignment=\"Center\"\r\n                           TextColor=\"#3897f0\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n            &lt;\/Grid&gt;\r\n            &lt;!-- Son olarak a\u015fa\u011f\u0131da bulunan \u00e7izgiyi \u00e7ekiyorum--&gt;\r\n            &lt;StackLayout VerticalOptions=\"EndAndExpand\"\r\n                         Padding=\"0,0,0,20\"&gt;\r\n                &lt;StackLayout Padding=\"0,0,0,15\"&gt;\r\n                    &lt;BoxView Color=\"#999999\"\r\n                         HeightRequest=\"1\"\/&gt;\r\n                &lt;\/StackLayout&gt;\r\n                &lt;!-- En son olarak ise Hesab\u0131n yok mu kaydol b\u00f6l\u00fcm\u00fc yap\u0131yorum--&gt;\r\n                &lt;StackLayout&gt;\r\n                    &lt;Label HorizontalTextAlignment=\"Center\"&gt;\r\n                        &lt;Label.FormattedText&gt;\r\n                            &lt;FormattedString&gt;\r\n                                &lt;Span Text=\"Hesab\u0131n yok mu ?\"\r\n                                      FontSize=\"Small\"\r\n                                      TextColor=\"#999999\"\/&gt;\r\n                                &lt;Span Text=\" Kaydol.\"\r\n                                      FontSize=\"Small\"\r\n                                      TextColor=\"#999999\"\r\n                                      FontAttributes=\"Bold\"\/&gt;\r\n                            &lt;\/FormattedString&gt;\r\n                        &lt;\/Label.FormattedText&gt;\r\n                    &lt;\/Label&gt;\r\n                &lt;\/StackLayout&gt;\r\n            &lt;\/StackLayout&gt;\r\n        &lt;\/StackLayout&gt;\r\n    &lt;\/ContentPage.Content&gt;\r\n&lt;\/ContentPage&gt;  <\/pre>\r\n<\/div>\r\n<!-- wp:paragraph -->\r\n<p>If you have any questions about our design, you can contact me by paying or commenting. If you want to reach the project via Github, you can get it <a href=\"https:\/\/github.com\/omersezer\/XamarinFormsDesigns\">here<\/a>. Good works.<\/p>\r\n<!-- \/wp:paragraph -->","protected":false},"excerpt":{"rendered":"<p>Sorry, this entry is only available in Turkish.<\/p>\n","protected":false},"author":1,"featured_media":1371,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[289,288,3],"tags":[403,514,7,109,538,22,119],"class_list":["post-1366","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-android","category-ios","category-xamarin-ile-yapilmis-projeler","tag-forms","tag-instagram","tag-omer-sezer","tag-visual-studio","tag-visuastuio","tag-xamarin","tag-xamarin-forms"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/sezeromer.com\/en\/wp-json\/wp\/v2\/posts\/1366"}],"collection":[{"href":"https:\/\/sezeromer.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sezeromer.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sezeromer.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sezeromer.com\/en\/wp-json\/wp\/v2\/comments?post=1366"}],"version-history":[{"count":6,"href":"https:\/\/sezeromer.com\/en\/wp-json\/wp\/v2\/posts\/1366\/revisions"}],"predecessor-version":[{"id":2602,"href":"https:\/\/sezeromer.com\/en\/wp-json\/wp\/v2\/posts\/1366\/revisions\/2602"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sezeromer.com\/en\/wp-json\/wp\/v2\/media\/1371"}],"wp:attachment":[{"href":"https:\/\/sezeromer.com\/en\/wp-json\/wp\/v2\/media?parent=1366"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sezeromer.com\/en\/wp-json\/wp\/v2\/categories?post=1366"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sezeromer.com\/en\/wp-json\/wp\/v2\/tags?post=1366"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}